summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-02-28 09:01:31 -0500
committerNed Batchelder <ned@nedbatchelder.com>2021-02-28 09:01:31 -0500
commitfd78a6d8135b448235bdfdc61b5d6f41367f537f (patch)
tree910a198af3e477c736c5bb8dcb99b6ffee8c3d8e
parent169972546b699f01813131d5356d0edcfc739343 (diff)
downloadpython-coveragepy-git-fd78a6d8135b448235bdfdc61b5d6f41367f537f.tar.gz
docs: correct the GitHub action badges
-rw-r--r--README.rst11
1 files changed, 7 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 66cd938a..072f30ff 100644
--- a/README.rst
+++ b/README.rst
@@ -8,7 +8,7 @@ Coverage.py
Code coverage testing for Python.
| |license| |versions| |status|
-| |ci-status| |docs| |codecov|
+| |test-status| |quality-status| |docs| |codecov|
| |kit| |format| |repos| |downloads|
| |stars| |forks| |contributors|
| |tidelift| |twitter-coveragepy| |twitter-nedbat|
@@ -95,9 +95,12 @@ Licensed under the `Apache 2.0 License`_. For details, see `NOTICE.txt`_.
.. _NOTICE.txt: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
-.. |ci-status| image:: https://github.com/nedbat/coveragepy/workflows/Test%20Suite/badge.svg
- :target: https://github.com/nedbat/coveragepy/actions?query=workflow%3A%22Test+Suite%22
- :alt: Build status
+.. |test-status| image:: https://github.com/nedbat/coveragepy/actions/workflows/testsuite.yml/badge.svg?branch=master&event=push
+ :target: https://github.com/nedbat/coveragepy/actions/workflows/testsuite.yml
+ :alt: Test suite status
+.. |quality-status| image:: https://github.com/nedbat/coveragepy/actions/workflows/quality.yml/badge.svg?branch=master&event=push
+ :target: https://github.com/nedbat/coveragepy/actions/workflows/quality.yml
+ :alt: Quality check status
.. |docs| image:: https://readthedocs.org/projects/coverage/badge/?version=latest&style=flat
:target: https://coverage.readthedocs.io/
:alt: Documentation