Skip to content

Commit 2e9db49

Browse files
Merge pull request #32 from r1chardj0n3s/readme-badges-1
Add build status, codecov and PyPI badges to README
2 parents b1d65a9 + 6003450 commit 2e9db49

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
|Build Status| |codecov| |PyPI|
2+
13
pip-check-reqs
24
==============
35

@@ -85,3 +87,10 @@ With Thanks To
8587
Josh Hesketh -- who refactored code and contributed the pip-extra-reqs tool.
8688

8789
Wil Cooley -- who handled the removal of normalize_name and fixed some bugs.
90+
91+
.. |Build Status| image:: https://github.com/r1chardj0n3s/pip-check-reqs/workflows/CI/badge.svg
92+
:target: https://github.com/r1chardj0n3s/pip-check-reqs/actions
93+
.. |codecov| image:: https://codecov.io/gh/r1chardj0n3s/pip-check-reqs/branch/master/graph/badge.svg
94+
:target: https://codecov.io/gh/r1chardj0n3s/pip-check-reqs
95+
.. |PyPI| image:: https://badge.fury.io/py/pip_check_reqs.svg
96+
:target: https://badge.fury.io/py/pip_check_reqs

0 commit comments

Comments
 (0)