Skip to content

Commit 0e9ff6c

Browse files
shuuji3EFord36
andauthored
Fix CI status badge (#522)
See the linked GitHub issue from the previous version of the badge: badges/shields#8671 In summary, this type of badge was changed in a breaking fashion such that the badges were just linking to the github issue rather than showing the data. Updating the url resolves this. Also update the link of the badge to specify the workflow file rather than the name, which matches the new behaviour of the badge. --------- Co-authored-by: Elliot Ford <[email protected]>
1 parent 919da56 commit 0e9ff6c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
.. image:: https://img.shields.io/github/workflow/status/MagicStack/uvloop/Tests
2-
:target: https://github.com/MagicStack/uvloop/actions?query=workflow%3ATests+branch%3Amaster
1+
.. image:: https://img.shields.io/github/actions/workflow/status/MagicStack/uvloop/tests.yml?branch=master
2+
:target: https://github.com/MagicStack/uvloop/actions/workflows/tests.yml?query=branch%3Amaster
33

44
.. image:: https://img.shields.io/pypi/v/uvloop.svg
55
:target: https://pypi.python.org/pypi/uvloop

docs/index.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
.. image:: https://img.shields.io/github/workflow/status/MagicStack/uvloop/Tests
2-
:target: https://github.com/MagicStack/uvloop/actions?query=workflow%3ATests+branch%3Amaster
1+
.. image:: https://img.shields.io/github/actions/workflow/status/MagicStack/uvloop/tests.yml?branch=master
2+
:target: https://github.com/MagicStack/uvloop/actions/workflows/tests.yml?query=branch%3Amaster
33

44
.. image:: https://img.shields.io/pypi/status/uvloop.svg?maxAge=2592000?style=plastic
55
:target: https://pypi.python.org/pypi/uvloop

0 commit comments

Comments
 (0)