Skip to content

Commit

Permalink
Drop coverage reports for now
Browse files Browse the repository at this point in the history
The suggested approach doesn't work anyway. Use python3-coverage, which
has provided good reports before.
  • Loading branch information
misje committed May 6, 2024
1 parent c2292e7 commit 68c81db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ jobs:
run: python3 run_doctests.py
- name: Run unit tests
working-directory: tests/unit
run: pytest --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
# TODO: Coverage reports:
run: pytest

0 comments on commit 68c81db

Please sign in to comment.