Skip to content

Commit b6d23d9

Browse files
author
Ryan P Kilby
authored
Add codecov.io reporting (#115)
* Add codecov? * Add codecov/pypi badges
1 parent 64b9c10 commit b6d23d9

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ install:
1818
script:
1919
- coverage run manage.py test
2020
- coverage report
21+
after_success:
22+
- bash <(curl -s https://codecov.io/bash)
2123

2224
matrix:
2325
exclude:

README.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,14 @@ E.g. using ``django-rest-framework-filters`` instead of just ``django-filter``,
77

88
Without having to create a zillion filter fields by hand.
99

10-
.. image:: https://secure.travis-ci.org/philipn/django-rest-framework-filters.png?branch=master
11-
:target: http://travis-ci.org/philipn/django-rest-framework-filters
10+
.. image:: https://travis-ci.org/philipn/django-rest-framework-filters.png?branch=master
11+
:target: https://travis-ci.org/philipn/django-rest-framework-filters
12+
13+
.. image:: https://codecov.io/gh/philipn/djangorestframework-filters/branch/master/graph/badge.svg
14+
  :target: https://codecov.io/gh/philipn/djangorestframework-filters
15+
16+
.. image:: https://img.shields.io/pypi/v/djangorestframework-filters.svg
17+
:target: https://pypi.python.org/pypi/djangorestframework-filters
1218

1319
Installation
1420
------------

0 commit comments

Comments
 (0)