From ea6906b092d9bb09285094eee94e322d2cb413a5 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 27 Oct 2021 18:57:56 -0400 Subject: feat: html output directory gets a .gitignore file. #1244 --- .github/workflows/coverage.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows') 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'])")" -- cgit v1.2.1