move coveragerc to setup.cfg

This commit is contained in:
David Lord 2018-04-12 12:37:35 -07:00
parent 1e84c67beb
commit 3a0ea726bd
No known key found for this signature in database
GPG Key ID: 7A1C87E3F5BC42A8
2 changed files with 12 additions and 11 deletions

View File

@ -1,11 +0,0 @@
[run]
branch = True
source =
flask
tests
[paths]
source =
flask
.tox/*/lib/python*/site-packages/flask
.tox/pypy/site-packages/flask

View File

@ -10,3 +10,15 @@ license_file = LICENSE
[tool:pytest] [tool:pytest]
minversion = 3.0 minversion = 3.0
testpaths = tests testpaths = tests
[coverage:run]
branch = True
source =
flask
tests
[coverage:paths]
source =
flask
.tox/*/lib/python*/site-packages/flask
.tox/pypy/site-packages/flask