Skip to content

Commit 62544fc

Browse files
committed
Added Coveralls code coverage button to README and after_script command to travis.yml (snowplow#64)
1 parent b3e8e23 commit 62544fc

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ install:
88
- "pip install httmock"
99
- "pip install freezegun"
1010
- "pip install nose"
11-
- "pip install coverage"
11+
- "pip install coveralls"
1212
- "pip install -r requirements.txt"
1313
# command to run tests
14-
script: nosetests --with-coverage --cover-package=snowplow_tracker
14+
script:
15+
nosetests --with-coverage --cover-package=snowplow_tracker
16+
after_success:
17+
coveralls

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Python Analytics for Snowplow
66
:target: https://travis-ci.org/snowplow/snowplow-python-tracker
77
.. image:: https://badge.fury.io/py/snowplow-tracker.png
88
:target: http://badge.fury.io/py/snowplow-tracker
9+
.. image:: https://coveralls.io/repos/snowplow/snowplow-python-tracker/badge.png
10+
:target: https://coveralls.io/r/snowplow/snowplow-python-tracker
11+
912

1013
Overview
1114
########

0 commit comments

Comments
 (0)