Skip to content

Commit

Permalink
Exclude unnecessary files from coverage reporting.
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeReclaimers committed Dec 13, 2015
1 parent 97d6aac commit 78dc70f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[report]
omit =
*/python?.?/*
*/site-packages/nose/*
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ python:
install:
pip install nose coveralls coverage
script:
nosetests --with-coverage
nosetests --with-coverage --cover-package=neat
after_success:
coveralls

0 comments on commit 78dc70f

Please sign in to comment.