summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"