Skip to content

Commit

Permalink
fine-tune coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
itziakos committed Feb 28, 2014
1 parent fcbd350 commit e8bc980
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .coveragerc
@@ -1,11 +1,7 @@
[run]
branch = True
source =
mayavi
tvtk
omit =
*/tests/*
*/tvtk_classes.zip/*
source = mayavi, tvtk
omit = ['*/tests/*', '*/tvtk_classes.zip/*']

[report]
# Regexes for lines to exclude from consideration
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -25,7 +25,7 @@ script:
- coverage run -p -m nose.core -v mayavi
# Run the integration tests.
- cd integrationtests/mayavi
- coverage run -p run.py
- coverage run --rcfile=../../.coveragerc -p run.py
- cd ../../
- cp integrationtests/mayavi/.coverage.* ./
- coverage combine
Expand Down

0 comments on commit e8bc980

Please sign in to comment.