File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Coverage.py
8
8
Code coverage testing for Python.
9
9
10
10
| |license| |versions| |status|
11
- | |ci -status| |docs| |codecov|
11
+ | |test-status| |quality -status| |docs| |codecov|
12
12
| |kit| |format| |repos| |downloads|
13
13
| |stars| |forks| |contributors|
14
14
| |tidelift| |twitter-coveragepy| |twitter-nedbat|
@@ -95,9 +95,12 @@ Licensed under the `Apache 2.0 License`_. For details, see `NOTICE.txt`_.
95
95
.. _NOTICE.txt : https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
96
96
97
97
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
101
104
.. |docs | image :: https://readthedocs.org/projects/coverage/badge/?version=latest&style=flat
102
105
:target: https://coverage.readthedocs.io/
103
106
:alt: Documentation
You can’t perform that action at this time.
0 commit comments