summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Michael Larson <sethmichaellarson@gmail.com>2021-12-12 22:39:10 -0600
committerGitHub <noreply@github.com>2021-12-12 22:39:10 -0600
commit8b225fb54294aa2dc359baaa2f081c9d434aba79 (patch)
tree1b0666da81294f5826b6e8177972be8d149720ca
parentea7c0534cd7ef10d7fb18d3c22273d3d6f485af7 (diff)
downloadurllib3-upload-coverage-report.tar.gz
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6de9a382..eefbcb91 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -114,6 +114,7 @@ jobs:
- name: "Combine & check coverage"
run: |
python -m coverage combine
+ python -m coverage html --skip-covered --skip-empty
python -m coverage report -i --fail-under=100
- name: "Upload report if check failed"