summaryrefslogtreecommitdiff
path: root/.github/workflows/coverage.yml
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-10-27 18:57:56 -0400
committerNed Batchelder <ned@nedbatchelder.com>2021-10-27 19:03:31 -0400
commitea6906b092d9bb09285094eee94e322d2cb413a5 (patch)
treed85cdf4f7907f4ded12a2b1d61cc09cb97debae2 /.github/workflows/coverage.yml
parent7fd1ea39925f0856ff607bb30796bc948a8c829d (diff)
downloadpython-coveragepy-git-ea6906b092d9bb09285094eee94e322d2cb413a5.tar.gz
feat: html output directory gets a .gitignore file. #1244
Diffstat (limited to '.github/workflows/coverage.yml')
-rw-r--r--.github/workflows/coverage.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 0b0f41ea..cbfd44ec 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -116,6 +116,7 @@ jobs:
run: |
set -xe
python -m igor combine_html
+ rm htmlcov/.gitignore
python -m coverage json
echo "::set-output name=total::$(python -c "import json;print(json.load(open('coverage.json'))['totals']['percent_covered_display'])")"