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
|
# use new travis-ci container-based infrastructure
|
||||||
sudo: false
|
sudo: false
|
||||||
# command to run tests
|
# command to run tests
|
||||||
script: nosetests --with-coverage --cover-package=wakatime
|
script: nosetests
|
||||||
# command to run after tests
|
# command to run after tests
|
||||||
after_success:
|
after_success:
|
||||||
- coveralls
|
- coveralls
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
[nosetests]
|
[nosetests]
|
||||||
with-coverage = 1
|
with-coverage = 1
|
||||||
|
cover-inclusive = 1
|
||||||
cover-package = wakatime
|
cover-package = wakatime
|
||||||
exclude-dir =
|
exclude-dir =
|
||||||
wakatime/packages
|
wakatime/packages
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue