summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-11-07 18:13:52 -0500
committerNed Batchelder <ned@nedbatchelder.com>2022-11-08 07:20:46 -0500
commit886292408b1363fdf62bd473ec45f9596aae8a67 (patch)
treed842aaf86b37c42d3527207df1ee8adf9e84316a /.github/workflows
parentb40e3c89d264c021a29db90dcfd3ab58f3f8ab0e (diff)
downloadpython-coveragepy-git-886292408b1363fdf62bd473ec45f9596aae8a67.tar.gz
test: simplify the metacov flow a bit
- default COVERAGE_METAFILE=.metacov for convenience - don't make json and xml reports, if we need them we'll do it explicitly.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/coverage.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 578c909a..fadad42a 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -123,7 +123,6 @@ jobs:
id: combine
env:
COVERAGE_RCFILE: "metacov.ini"
- COVERAGE_METAFILE: ".metacov"
COVERAGE_CONTEXT: "yes"
run: |
set -xe