Skip to content

Commit

Permalink
docs(README.md): adds codecov badge to highlight test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnVonNeumann committed Nov 23, 2024
1 parent 0cc8f7a commit 05f7033
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
</p>

<p align="center">
<a href="https://github.com/ZeroTwentyFifty/zero_twenty_fifty/actions"><img src="https://img.shields.io/badge/coverage-pytest--cov-red.svg"></a>
<a href="https://codecov.io/gh/ZeroTwentyFifty/zero_twenty_fifty">
<img src="https://codecov.io/gh/ZeroTwentyFifty/zero_twenty_fifty/graph/badge.svg?token=NGOKQK14YJ"/>
</a>
<a href="https://img.shields.io/badge/license-MIT-blue.svg"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="license"></a>
<a href="https://github.com/ZeroTwentyFifty/zero_twenty_fifty/stargazers"><img src="https://img.shields.io/github/stars/ZeroTwentyFifty/zero_twenty_fifty" alt="Github Stars"></a>
<a href="https://img.shields.io/github/workflows/status/ZeroTwentyFifty/zero_twenty_fifty/master"><img src="https://github.com/ZeroTwentyFifty/zero_twenty_fifty/actions/workflows/app.yml/badge.svg"></a>
Expand Down

0 comments on commit 05f7033

Please sign in to comment.