Skip to content

Commit

Permalink
coverage: ignore south_migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed Dec 15, 2016
1 parent cd359d3 commit 52d6986
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[run]
source = fluent_contents/
omit =
*/south_migrations/*
*/migrations/*
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ install:
- pip install -U pip wheel setuptools
- pip install -q $DJANGO -r test-requirements.txt -e .
script:
- coverage run --source=fluent_contents runtests.py
- coverage run --rcfile=.coveragerc runtests.py
after_success:
- codecov
branches:
Expand Down

0 comments on commit 52d6986

Please sign in to comment.