summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2023-01-28 15:44:54 -0500
committerNed Batchelder <ned@nedbatchelder.com>2023-01-28 15:45:02 -0500
commiteb3536ddff194b126d52b94d72b81d77296fa869 (patch)
treed6c35df6d8e70cff936c332cbdaa9ee0ccf2850e
parent6a1c275b94818ccef91481ab01d0eb000906967a (diff)
downloadpython-coveragepy-git-eb3536ddff194b126d52b94d72b81d77296fa869.tar.gz
build(docs): correct [gh-actions] to [gh]
-rw-r--r--.github/workflows/coverage.yml2
-rw-r--r--.github/workflows/python-nightly.yml2
-rw-r--r--.github/workflows/testsuite.yml2
-rw-r--r--tox.ini2
4 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 0721ddc0..6af6aded 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -39,7 +39,7 @@ jobs:
- macos-latest
- windows-latest
python-version:
- # When changing this list, be sure to check the [gh-actions] list in
+ # When changing this list, be sure to check the [gh] list in
# tox.ini so that tox will run properly. PYVERSIONS
# Available versions:
# https://github.com/actions/python-versions/blob/main/versions-manifest.json
diff --git a/.github/workflows/python-nightly.yml b/.github/workflows/python-nightly.yml
index 88b2b389..967fd0c8 100644
--- a/.github/workflows/python-nightly.yml
+++ b/.github/workflows/python-nightly.yml
@@ -42,7 +42,7 @@ jobs:
strategy:
matrix:
python-version:
- # When changing this list, be sure to check the [gh-actions] list in
+ # When changing this list, be sure to check the [gh] list in
# tox.ini so that tox will run properly. PYVERSIONS
# Available versions:
# https://launchpad.net/~deadsnakes/+archive/ubuntu/nightly/+packages
diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml
index e0798963..e560325c 100644
--- a/.github/workflows/testsuite.yml
+++ b/.github/workflows/testsuite.yml
@@ -39,7 +39,7 @@ jobs:
- macos
- windows
python-version:
- # When changing this list, be sure to check the [gh-actions] list in
+ # When changing this list, be sure to check the [gh] list in
# tox.ini so that tox will run properly. PYVERSIONS
# Available versions:
# https://github.com/actions/python-versions/blob/main/versions-manifest.json
diff --git a/tox.ini b/tox.ini
index 3592ec13..9fc3b5f3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,7 +2,7 @@
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
[tox]
-# When changing this list, be sure to check the [gh-actions] list below.
+# When changing this list, be sure to check the [gh] list below.
# PYVERSIONS
envlist = py{37,38,39,310,311,312}, pypy3, doc, lint
skip_missing_interpreters = {env:COVERAGE_SKIP_MISSING_INTERPRETERS:True}