Skip to content

Commit 65cfac4

Browse files
committed
Switch from coveralls to codecov
1 parent 9f03dae commit 65cfac4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
- DJANGO="Django>=1.8,<1.9"
1414

1515
install:
16-
- pip install -U coverage coveralls $DJANGO
16+
- pip install -U coverage codecov $DJANGO
1717
- python -c 'from __future__ import print_function; import django; print("Django " + django.get_version())'
1818

1919
script: coverage run -a setup.py test
@@ -37,4 +37,4 @@ matrix:
3737
- python: 3.4
3838
env: DJANGO="Django>=1.8,<1.9"
3939

40-
after_success: coveralls
40+
after_success: codecov

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ django-simple-history
33

44
.. image:: https://secure.travis-ci.org/treyhunner/django-simple-history.png?branch=master
55
:target: http://travis-ci.org/treyhunner/django-simple-history
6-
.. image:: https://coveralls.io/repos/treyhunner/django-simple-history/badge.png?branch=master
7-
:target: https://coveralls.io/r/treyhunner/django-simple-history
6+
.. image:: https://img.shields.io/codecov/c/github/treyhunner/django-simple-history/master.svg
7+
:target: http://codecov.io/github/treyhunner/django-simple-history?branch=master
88
.. image:: https://pypip.in/v/django-simple-history/badge.png
99
:target: https://crate.io/packages/django-simple-history
1010
.. image:: https://pypip.in/d/django-simple-history/badge.png

0 commit comments

Comments
 (0)