diff options
-rw-r--r-- | .github/workflows/coverage.yml | 3 | ||||
-rw-r--r-- | metacov.ini | 3 |
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 = . |