Skip to content

Commit

Permalink
move coveragerc to setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Apr 12, 2018
1 parent 1e84c67 commit 3a0ea72
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .coveragerc

This file was deleted.

12 changes: 12 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,15 @@ license_file = LICENSE
[tool:pytest]
minversion = 3.0
testpaths = tests

[coverage:run]
branch = True
source =
flask
tests

[coverage:paths]
source =
flask
.tox/*/lib/python*/site-packages/flask
.tox/pypy/site-packages/flask

0 comments on commit 3a0ea72

Please sign in to comment.