From 7a7474372c14dfc990b9bbc980f11b85e96e7c0a Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Tue, 11 Feb 2025 19:28:56 +0000 Subject: [PATCH] fix CI dir --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b110d92..9b63544 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: run: echo "ENVIRONMENT_FILE=.env.test" >> $GITHUB_ENV - name: Run tests with coverage - run: poetry run coverage run -m pytest -v -ra --color=yes tests/ + run: poetry run coverage run -m pytest -v -ra --color=yes app/tests/ - name: Report coverage run: poetry run coverage report \ No newline at end of file