Skip to content

Commit

Permalink
Need to give a module for cov to pytest-cov.
Browse files Browse the repository at this point in the history
  • Loading branch information
zuckerruebe committed May 2, 2024
1 parent beec23e commit bc1bc28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
--benchmark-compare-fail=mean:5% \
--benchmark-histogram='test-results/benchmark/histogram')
pytest test \
--cov=src \
--cov=trnsys_dck_parser \
--cov-report=html:test-results/coverage \
--cov-report=term \
--cov-report=lcov:test-results/coverage.lcov \
Expand Down

0 comments on commit bc1bc28

Please sign in to comment.