Skip to content

Commit 60b6892

Browse files
committed
ci: .github/workflows/main.yml: report coverage
1 parent e991741 commit 60b6892

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ jobs:
148148
if: success() && !matrix.skip_coverage
149149
run: |
150150
python -m coverage combine
151+
python -m coverage report --show-missing
151152
python -m coverage xml
152153
153154
- name: Codecov upload

0 commit comments

Comments
 (0)