Update test coverage source path and adjust pytest command for consistency
All checks were successful
CI/CD Pipeline / test-and-lint (push) Successful in 35s
CI/CD Pipeline / publish-container (push) Has been skipped

This commit is contained in:
unai 2026-02-01 18:52:19 +00:00
parent 4bf59efd6f
commit 0dc6c3607b

View File

@ -27,7 +27,7 @@ jobs:
run: poetry run ruff check .
- name: Run Tests with Coverage
run: poetry run pytest --cov=my_project --cov-report=term-missing --cov-fail-under=80
run: poetry run pytest --cov --cov-report=term-missing --cov-fail-under=80
publish-container:
needs: test-and-lint