Skip to content

Commit 3a0ea72

Browse files
committed
move coveragerc to setup.cfg
1 parent 1e84c67 commit 3a0ea72

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

Diff for: .coveragerc

-11
This file was deleted.

Diff for: setup.cfg

+12
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,15 @@ license_file = LICENSE
1010
[tool:pytest]
1111
minversion = 3.0
1212
testpaths = tests
13+
14+
[coverage:run]
15+
branch = True
16+
source =
17+
flask
18+
tests
19+
20+
[coverage:paths]
21+
source =
22+
flask
23+
.tox/*/lib/python*/site-packages/flask
24+
.tox/pypy/site-packages/flask

0 commit comments

Comments
 (0)