diff --git a/.github/workflows/README.md b/.github/workflows/README.md index b5ce182..9bd72b2 100644 --- a/.github/workflows/README.md +++ b/.github/workflows/README.md @@ -10,16 +10,6 @@ This workflow checks that the code is formatted properly and follows the style g This workflow installs the latest version of tox and runs [the current repository's tests](/tests/#test-py-environments) under each supported Python version on Linux and under a single Python version on macOS and Windows. This is the primary testing workflow. It runs for all code changes and additionally once per day, to ensure tests continue to pass as new versions of dependencies are released. - - ## Code coverage (`coverage.yml`) This workflow tests the [coverage environment](/tests/#coverage-environment) on a single version of Python by installing tox and running `tox -ecoverage`.