Skip to content

Commit 949056d

Browse files
committed
Adding coverage badge to README.
1 parent cc6c8e9 commit 949056d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[ ![PyPI Version](https://img.shields.io/pypi/v/python-intercom.svg) ](https://pypi.python.org/pypi/python-intercom)
44
[ ![PyPI Downloads](https://img.shields.io/pypi/dm/python-intercom.svg) ](https://pypi.python.org/pypi/python-intercom)
55
[ ![Travis CI Build](https://travis-ci.org/jkeyes/python-intercom.svg) ](https://travis-ci.org/jkeyes/python-intercom)
6+
[![Coverage Status](https://coveralls.io/repos/jkeyes/intercom-python/badge.svg?branch=coveralls)](https://coveralls.io/r/jkeyes/intercom-python?branch=coveralls)
67

78
Python bindings for the Intercom API (https://api.intercom.io).
89

README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
python-intercom
22
===============
33

4-
|PyPI Version| |PyPI Downloads| |Travis CI Build|
4+
|PyPI Version| |PyPI Downloads| |Travis CI Build| |Coverage Status|
55

66
Python bindings for the Intercom API (https://api.intercom.io).
77

@@ -480,3 +480,5 @@ Integration tests:
480480
:target: https://pypi.python.org/pypi/python-intercom
481481
.. |Travis CI Build| image:: https://travis-ci.org/jkeyes/python-intercom.svg
482482
:target: https://travis-ci.org/jkeyes/python-intercom
483+
.. |Coverage Status| image:: https://coveralls.io/repos/jkeyes/intercom-python/badge.svg?branch=coveralls
484+
:target: https://coveralls.io/r/jkeyes/intercom-python?branch=coveralls

0 commit comments

Comments
 (0)