include non-executed python files in coverage report
This commit is contained in:
parent
25f951f397
commit
4eaf59a1ce
2 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,7 @@ install:
|
|||
# use new travis-ci container-based infrastructure
|
||||
sudo: false
|
||||
# command to run tests
|
||||
script: nosetests --with-coverage --cover-package=wakatime
|
||||
script: nosetests
|
||||
# command to run after tests
|
||||
after_success:
|
||||
- coveralls
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[nosetests]
|
||||
with-coverage = 1
|
||||
cover-inclusive = 1
|
||||
cover-package = wakatime
|
||||
exclude-dir =
|
||||
wakatime/packages
|
||||
|
|
Loading…
Reference in a new issue