test: Only do coveralls on falcon package, and enable branch coverage
This commit is contained in:
3
.coveragerc
Normal file
3
.coveragerc
Normal file
@@ -0,0 +1,3 @@
|
||||
[run]
|
||||
branch = True
|
||||
source = falcon
|
||||
20
setup.cfg
20
setup.cfg
@@ -2,14 +2,14 @@
|
||||
tag_build = dev
|
||||
|
||||
[nosetests]
|
||||
where=falcon/tests
|
||||
with-coverage=true
|
||||
cover-min-percentage=100
|
||||
cover-package=falcon
|
||||
cover-html=true
|
||||
cover-html-dir=htmlcov
|
||||
cover-erase=true
|
||||
cover-inclusive=true
|
||||
cover-branches=true
|
||||
verbosity=2
|
||||
where = falcon/tests
|
||||
with-coverage = true
|
||||
cover-min-percentage = 100
|
||||
cover-package = falcon
|
||||
cover-html = true
|
||||
cover-html-dir = htmlcov
|
||||
cover-erase = true
|
||||
cover-inclusive = true
|
||||
cover-branches = true
|
||||
verbosity = 2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user