Skip to content

Commit

Permalink
CI: Run coverage-badge on own test coverage
Browse files Browse the repository at this point in the history
This avoids compatibility errors getting masked by monkeypatching.
  • Loading branch information
dbrgn committed Apr 24, 2024
1 parent 00c8805 commit ffcda89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ jobs:
run: pip install setuptools coverage==${{ matrix.coverage}} && pip install . && pip install -r requirements-dev.txt
- name: Run tests
run: python -m pytest
- name: Run coverage-badge on own test coverage
run: python -m coverage_badge

0 comments on commit ffcda89

Please sign in to comment.