Skip to content

Commit fd78a6d

Browse files
committed
docs: correct the GitHub action badges
1 parent 1699725 commit fd78a6d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.rst

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Coverage.py
88
Code coverage testing for Python.
99

1010
| |license| |versions| |status|
11-
| |ci-status| |docs| |codecov|
11+
| |test-status| |quality-status| |docs| |codecov|
1212
| |kit| |format| |repos| |downloads|
1313
| |stars| |forks| |contributors|
1414
| |tidelift| |twitter-coveragepy| |twitter-nedbat|
@@ -95,9 +95,12 @@ Licensed under the `Apache 2.0 License`_. For details, see `NOTICE.txt`_.
9595
.. _NOTICE.txt: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
9696

9797

98-
.. |ci-status| image:: https://github.com/nedbat/coveragepy/workflows/Test%20Suite/badge.svg
99-
:target: https://github.com/nedbat/coveragepy/actions?query=workflow%3A%22Test+Suite%22
100-
:alt: Build status
98+
.. |test-status| image:: https://github.com/nedbat/coveragepy/actions/workflows/testsuite.yml/badge.svg?branch=master&event=push
99+
:target: https://github.com/nedbat/coveragepy/actions/workflows/testsuite.yml
100+
:alt: Test suite status
101+
.. |quality-status| image:: https://github.com/nedbat/coveragepy/actions/workflows/quality.yml/badge.svg?branch=master&event=push
102+
:target: https://github.com/nedbat/coveragepy/actions/workflows/quality.yml
103+
:alt: Quality check status
101104
.. |docs| image:: https://readthedocs.org/projects/coverage/badge/?version=latest&style=flat
102105
:target: https://coverage.readthedocs.io/
103106
:alt: Documentation

0 commit comments

Comments
 (0)