summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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