Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0e9ff6c

Browse files
shuuji3EFord36
andauthoredOct 15, 2023
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 <elliot.ford@astrazeneca.com>
1 parent 919da56 commit 0e9ff6c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎README.rst

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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)
Please sign in to comment.