Skip to content

Commit

Permalink
tests: show coverate report with sysop_write_tests-ci.yml
Browse files Browse the repository at this point in the history
after pytest-cov was removed, the coverage report has to be invoked.

Change-Id: I78cb36f107effa1100c56fc471cb5601d32551f0
  • Loading branch information
xqt committed Dec 11, 2024
1 parent de4eab8 commit 2f296f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/sysop_write_tests-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ jobs:
python pwb.py version
coverage run -m pytest -s -r A -a "${{ matrix.attr }}"
- name: Show coverage statistics
run: |
coverage report
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
env:
Expand Down

0 comments on commit 2f296f8

Please sign in to comment.