Fold .coveragerc into setup.cfg

This commit is contained in:
Kodi Arfer 2017-04-08 09:52:18 -07:00
parent b71962bbaa
commit 7a53fdb180
2 changed files with 13 additions and 13 deletions

View File

@ -1,13 +0,0 @@
[run]
omit =
*/python?.?/*
*/lib-python/?.?/*.py
*/lib_pypy/_*.py
*/site-packages/nose/*
*/pypy/*
[report]
exclude_lines =
# Have to re-enable the standard pragma
pragma: no cover

View File

@ -6,3 +6,16 @@ nocapture=1
[wheel]
universal = 1
[coverage:run]
omit =
*/python?.?/*
*/lib-python/?.?/*.py
*/lib_pypy/_*.py
*/site-packages/nose/*
*/pypy/*
[coverage:report]
exclude_lines =
# Have to re-enable the standard pragma
pragma: no cover