Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-rest-framework
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
django-rest-framework
Commits
1df5844e
Commit
1df5844e
authored
Aug 03, 2015
by
Tom Christie
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3208 from treyhunner/add-codecov
Report test coverage via Codecov
parents
7f80a2e0
34c74b89
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
1 deletions
+8
-1
.travis.yml
+4
-0
README.md
+3
-0
tox.ini
+1
-1
No files found.
.travis.yml
View file @
1df5844e
...
...
@@ -41,3 +41,7 @@ install:
script
:
-
tox -e $TOX_ENV
after_success
:
-
pip install codecov
-
codecov
README.md
View file @
1df5844e
# [Django REST framework][docs]
[
![build-status-image
]
]
[
travis
]
[
![coverage-status-image
]
]
[
codecov
]
[
![pypi-version
]
]
[
pypi
]
**Awesome web-browsable Web APIs.**
...
...
@@ -159,6 +160,8 @@ Send a description of the issue via email to [rest-framework-security@googlegrou
[
build-status-image
]:
https://secure.travis-ci.org/tomchristie/django-rest-framework.svg?branch=master
[
travis
]:
http://travis-ci.org/tomchristie/django-rest-framework?branch=master
[
coverage-status-image
]:
http://codecov.io/github/tomchristie/django-rest-framework/coverage.svg?branch=master
[
codecov
]:
http://codecov.io/github/tomchristie/django-rest-framework?branch=master
[
pypi-version
]:
https://img.shields.io/pypi/v/djangorestframework.svg
[
pypi
]:
https://pypi.python.org/pypi/djangorestframework
[
twitter
]:
https://twitter.com/_tomchristie
...
...
tox.ini
View file @
1df5844e
...
...
@@ -9,7 +9,7 @@ envlist =
{py27,py32,py33,py34}-django{17,18,master}
[testenv]
commands
=
./runtests.py --fast {posargs}
commands
=
./runtests.py --fast {posargs}
--coverage
setenv
=
PYTHONDONTWRITEBYTECODE
=
1
deps
=
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment