generated from unai/python_boilerplate
Update test coverage source path and adjust pytest command for consistency
This commit is contained in:
parent
4bf59efd6f
commit
0dc6c3607b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user