added an actual .coveragerc for coverage

This commit is contained in:
byt3bl33d3r 2015-09-05 15:41:32 +02:00
parent f7da7926df
commit bb3078ca40
2 changed files with 9 additions and 1 deletions

8
.coveragerc Normal file
View file

@ -0,0 +1,8 @@
[run]
branch = True
[report]
include = *core*, *libs*, *plugins*
exclude_lines =
pragma: nocover
pragma: no cover

View file

@ -24,4 +24,4 @@ before_script:
script:
- "nosetests --with-cov"
after_success:
- coveralls
- coveralls