summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-12-06 05:45:35 -0500
committerNed Batchelder <ned@nedbatchelder.com>2019-12-07 15:44:03 -0500
commit04f823e202eac486a201ea6f01fd852259d375b3 (patch)
tree41aae7aa810be5836cddb8cad32a6fc705dd06be /README.rst
parent784a0a5bfbdcacc5462f8e5c493a3f37b07e7023 (diff)
downloadpython-coveragepy-git-04f823e202eac486a201ea6f01fd852259d375b3.tar.gz
Add coveragepy twitter badge
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 96b60321..f13a4dfc 100644
--- a/README.rst
+++ b/README.rst
@@ -11,7 +11,7 @@ Code coverage testing for Python.
| |ci-status| |win-ci-status| |docs| |codecov|
| |kit| |format| |repos|
| |stars| |forks| |contributors|
-| |tidelift| |twitter|
+| |tidelift| |twitter-coveragepy| |twitter-nedbat|
Coverage.py measures code coverage, typically during test execution. It uses
the code analysis tools and tracing hooks provided in the Python standard
@@ -136,6 +136,9 @@ Licensed under the `Apache 2.0 License`_. For details, see `NOTICE.txt`_.
.. |contributors| image:: https://img.shields.io/github/contributors/nedbat/coveragepy.svg?logo=github
:target: https://github.com/nedbat/coveragepy/graphs/contributors
:alt: Contributors
-.. |twitter| image:: https://img.shields.io/twitter/follow/nedbat.svg?label=nedbat&style=flat&logo=twitter&logoColor=4FADFF
+.. |twitter-coveragepy| image:: https://img.shields.io/twitter/follow/coveragepy.svg?label=coveragepy&style=flat&logo=twitter&logoColor=4FADFF
+ :target: https://twitter.com/coveragepy
+ :alt: coverage.py on Twitter
+.. |twitter-nedbat| image:: https://img.shields.io/twitter/follow/nedbat.svg?label=nedbat&style=flat&logo=twitter&logoColor=4FADFF
:target: https://twitter.com/nedbat
:alt: nedbat on Twitter