Skip to content

Commit 60b260d

Browse files
Luka Bratosjonathanlloyd
authored andcommitted
Add codecov
1 parent 8aba4bd commit 60b260d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ python:
55
install:
66
- pip install -Ur requirements.txt
77
- pip install -Ur dev_requirements.txt
8+
- pip install codecov
89
script:
910
- python -m pylint ./pusher_push_notifications/*.py
10-
- python -m nose -s
11+
- python -m nose -s --with-coverage
1112
- python setup.py checkdocs
13+
after_success:
14+
- codecov

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
.. image:: https://travis-ci.org/pusher/push-notifications-python.svg?branch=master
22
:target: https://travis-ci.org/pusher/push-notifications-python
3+
.. image:: https://codecov.io/gh/pusher/push-notifications-python/branch/master/graph/badge.svg
4+
:target: https://codecov.io/gh/pusher/push-notifications-python
35

46
Pusher Beams Python server SDK
57
==============================

0 commit comments

Comments
 (0)