Skip to content

Commit

Permalink
[1.26] Show missing lines in coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin committed Jan 20, 2022
1 parent f1d40fd commit 778e585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -117,7 +117,7 @@ jobs:
run: |
python -m coverage combine
python -m coverage html --skip-covered --skip-empty
python -m coverage report -i --fail-under=100
python -m coverage report --ignore-errors --show-missing --fail-under=100
- name: "Upload report if check failed"
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 778e585

Please sign in to comment.