File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
2
3
+ sudo : false
4
+
3
5
python :
4
6
- " 2.7"
5
7
- " 3.4"
12
14
install :
13
15
- pip install -r requirements.txt
14
16
- pip install -U Django==$DJANGO_VERSION
17
+ - pip install codecov
15
18
16
19
script :
17
20
- python runtests.py
18
21
22
+ after_success :
23
+ - codecov
24
+
19
25
notifications :
20
26
slack :
21
27
secure : ZTzxh+tXuf7uaFMBQtrjupS+qqtM3dsnYgHptErsg3SjH0q1jH+HpKD+1RlqGqN36mREB1wSlOhGMzfyGNeNhl0PHQLEtZhs3dRLdzR1xMZWKm7xtCe4TcFoSPh5SoLOHrQVaSEyHeE53gkbOfI7Q5SqVRJOlJv9iCCD8TM+KVdDubCeByevunFSzGFwdLvtk7QpRwXivOGJdJHXXWgVl6ieviQKun5Z03woiLr5L4p37szVkbD60T5lFYAhCL1PzLQ6hVhDn7L4J06LIaQ+l+Jp6cunB1iJtR1Rz+C7g/r2VGgJ5G3sHB3QyFqw9Q/E3oBB81xQTwjL7WSfDuKctW2CPWHac0T9VhidQDoq7uR0EYPMkZXnc+iZa5wmL8IfjEadse0rxdfiIOE+mev+i5BrzHBq/+tZV/D+HKzsRXUEf3BZaRpq7gQHWbj0dusX+R504BQtKqYaGqBFdWJ0+Dry739R4xTeWk10Xa3wpzSFQ1c0yUQbY+3W/DNSYKcRV+Z9eGhMSO1QfBlGzqTlkWkVDnD9OYIpo5iJOkDouJVtzPOyyFBoNGqkvUHiKBO6ohuh48S3xXrjhihkz8xuOSrU1W7xGhCG2RA/vHZh8Fm20l1oIJ/p/Gn6kTLT33XZsxnF9C0Qmgvr6f96MKNPJjNKp0zYj4tJaZr9Xi4rsD8=
Original file line number Diff line number Diff line change 1
- # [ Django Rest Framework Docs] ( http://www.drfdocs.com/ ) [ ![ travis] [ travis-image ]] [ travis-url ] [ ![ pypi] [ pypi-image ]] [ pypi-url ]
1
+ # [ Django Rest Framework Docs] ( http://www.drfdocs.com/ ) [ ![ travis] [ travis-image ]] [ travis-url ] [ ![ codecov ] [ codecov-image ]] [ codecov-url ] [ ![ pypi] [ pypi-image ]] [ pypi-url ]
2
2
3
3
Document Web APIs made with Django Rest Framework.
4
4
@@ -58,3 +58,6 @@ First of all thanks to the [Django](http://www.djangoproject.com/) core team and
58
58
59
59
[ pypi-image ] : https://img.shields.io/pypi/v/drfdocs.svg
60
60
[ pypi-url ] : https://pypi.python.org/pypi/drfdocs/
61
+
62
+ [ codecov-image ] : https://codecov.io/github/ekonstantinidis/django-rest-framework-docs/coverage.svg?branch=master
63
+ [ codecov-url ] :https://codecov.io/github/ekonstantinidis/django-rest-framework-docs?branch=master
You can’t perform that action at this time.
0 commit comments