summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-11-13 06:43:11 -0500
committerNed Batchelder <ned@nedbatchelder.com>2021-11-13 07:12:46 -0500
commitedb0e698a7165b69bd5f19908d365b398bf4118f (patch)
treef1debf93e792c3a5fa8d50e953dbce8989389d90
parent52efb4de5e9f0ff37eeda9471d7c3aa26edfdd38 (diff)
downloadpython-coveragepy-git-edb0e698a7165b69bd5f19908d365b398bf4118f.tar.gz
test(build): skip metacov on mac pypy3, it slows us down
-rw-r--r--.github/workflows/coverage.yml3
-rw-r--r--metacov.ini3
2 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 3e12f01b..b751eebc 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -44,6 +44,9 @@ jobs:
# Windows PyPy doesn't seem to work?
- os: windows-latest
python-version: "pypy3"
+ # Mac PyPy always takes the longest, and doesn't add anything.
+ - os: macos-latest
+ python-version: "pypy3"
# If one job fails, stop the whole thing.
fail-fast: true
diff --git a/metacov.ini b/metacov.ini
index 709c9fa6..8e1324b5 100644
--- a/metacov.ini
+++ b/metacov.ini
@@ -85,6 +85,9 @@ partial_branches =
precision = 3
+[html]
+title = Coverage.py metacov
+
[paths]
source =
.