Skip to content

Commit b08dd3e

Browse files
committed
display coverage report in the GH action log
1 parent 5f08423 commit b08dd3e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/master.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,9 @@ jobs:
5656
pip install pytest-timeout
5757
- name: Run coverage
5858
run: |
59-
coverage run -m pytest
60-
coverage xml --omit='tests/*.py,tests/base/*.py'
59+
coverage run --omit='tests/*.py,tests/base/*.py' -m pytest
60+
coverage report
61+
coverage xml
6162
- name: upload coverage to Codecov
6263
uses: codecov/codecov-action@v3
6364
with:

0 commit comments

Comments
 (0)