Browse Source

move coveragerc to setup.cfg

pull/2709/head
David Lord 7 years ago
parent
commit
3a0ea726bd
No known key found for this signature in database
GPG Key ID: 7A1C87E3F5BC42A8
  1. 11
      .coveragerc
  2. 12
      setup.cfg

11
.coveragerc

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

12
setup.cfg

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

Loading…
Cancel
Save