test: Only do coveralls on falcon package, and enable branch coverage

This commit is contained in:
kgriffs
2013-04-27 10:38:34 -04:00
parent 479ca94214
commit 3c9c69cf85
2 changed files with 13 additions and 10 deletions

3
.coveragerc Normal file
View File

@@ -0,0 +1,3 @@
[run]
branch = True
source = falcon

View File

@@ -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