Skip to content

Commit

Permalink
fix: explicit module to track for code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed May 24, 2024
1 parent 48fcfd0 commit f15d45d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Run tests
run: |
pip install pytest pytest-cov
pytest tests -s -v --cov --cov-report xml:coverage-report/coverage.xml
pytest tests -s -v --cov=imgtools --cov-report xml:coverage-report/coverage.xml
- name: Upload coverage report artifact to be used by Codecov
# only upload if matrix.os is ubuntu-latest and matrix.python-version is 3.12
Expand Down

0 comments on commit f15d45d

Please sign in to comment.