Skip to content

Commit 351e845

Browse files
committed
Merge pull request #179 from treyhunner/use-codecov
Switch from coveralls to codecov
2 parents cf3f073 + d8756cd commit 351e845

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ 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

19-
script: coverage run -a setup.py test
19+
script: coverage run setup.py test
2020

2121
matrix:
2222
exclude:
@@ -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)