Skip to content

Commit

Permalink
Added Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasRychtecky committed Jan 1, 2017
1 parent baa6a0d commit feecf7f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[run]
source = chamber
omit = */site-packages/*,*/migrations/*,*/lib/*
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,7 @@ install:

# command to run tests
script:
coverage run --omit */site-packages/*,*/migrations/*,*/lib/* manage.py test test_chamber.tests --settings=dj.settings.settings -v 2
coverage run --rcfile=$(pwd)/../.coveragerc manage.py test test_chamber.tests --settings=dj.settings.settings -v 2

after_success:
coveralls
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
[![Build
Status](https://travis-ci.org/druids/django-chamber.svg?branch=master)](https://travis-ci.org/druids/django-chamber)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/012d28c820fd4b19a783618c05d7a0a9)](https://www.codacy.com/app/lukas-rychtecky/django-chamber?utm_source=github.com&utm_medium=referral&utm_content=druids/django-chamber&utm_campaign=badger)
[![Coverage
Status](https://coveralls.io/repos/github/druids/django-chamber/badge.svg?branch=master)](https://coveralls.io/github/druids/django-chamber?branch=master)

Utilities library for [django-is-core](https://github.com/matllubos/django-is-core/tree/v1.3).

Expand Down
1 change: 1 addition & 0 deletions example/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ https://github.com/LukasRychtecky/germanium/tarball/1.0.12#egg=germanium-1.0.12
six==1.10.0
coverage==4.0.2
pyprind==2.9.9
coveralls==1.1

0 comments on commit feecf7f

Please sign in to comment.