Skip to content

Commit

Permalink
Add support for coveralls (code coverage)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-erickson committed Jun 4, 2017
1 parent 2bc3fc9 commit f37fac5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ jobs:
- store_artifacts:
path: /tmp/pytest
destination: python
- run:
command: |
coveralls
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Django JSON Feed

[![CircleCI](https://circleci.com/gh/chris-erickson/django-json-feed.svg?style=svg&circle-token=842cbc2751f67a933428fa0bf46396ce04566b5d)](https://circleci.com/gh/chris-erickson/django-json-feed)
[![Coverage Status](https://coveralls.io/repos/github/chris-erickson/django-json-feed/badge.svg?branch=master)](https://coveralls.io/github/chris-erickson/django-json-feed?branch=master)
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ model_mommy==1.3.2
pytest==3.1.1
pytest-cov==2.5.1
pytest-pep8==1.0.6
python-coveralls==2.9.1

0 comments on commit f37fac5

Please sign in to comment.