fix CI dir

This commit is contained in:
msramalho
2025-02-11 19:28:56 +00:00
parent 5405b6e2f6
commit 7a7474372c

View File

@@ -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