Skip to content

Commit c2e1752

Browse files
authored
Fix build badge (rustedpy#114)
The build badge at the top of the README became unavailable/broken due to badges/shields#8671. I also changed the link target to a more direct, workflow file-based URL to show the CI workflows for the `master` branch.
1 parent 74f12c9 commit c2e1752

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Result
33
======
44

5-
.. image:: https://img.shields.io/github/workflow/status/rustedpy/result/CI/master
5+
.. image:: https://img.shields.io/github/actions/workflow/status/rustedpy/result/ci.yml?branch=master
66
:alt: GitHub Workflow Status (branch)
7-
:target: https://github.com/rustedpy/result/actions?query=workflow%3ACI+branch%3Amaster
7+
:target: https://github.com/rustedpy/result/actions/workflows/ci.yml?query=branch%3Amaster
88

99
.. image:: https://codecov.io/gh/rustedpy/result/branch/master/graph/badge.svg
1010
:alt: Coverage

0 commit comments

Comments
 (0)