.coveragerc: use globs with includes
Apparently this caused missing coverage with pdb/pexpect tests.
This commit is contained in:
14
.coveragerc
14
.coveragerc
@@ -1,15 +1,15 @@
|
||||
[run]
|
||||
include =
|
||||
src/*
|
||||
*/src/*
|
||||
testing/*
|
||||
.tox/*/lib/python*/site-packages/_pytest/*
|
||||
.tox/*/lib/python*/site-packages/pytest.py
|
||||
.tox\*\Lib\site-packages\_pytest\*
|
||||
.tox\*\Lib\site-packages\pytest.py
|
||||
*/lib/python*/site-packages/_pytest/*
|
||||
*/lib/python*/site-packages/pytest.py
|
||||
*\Lib\site-packages\_pytest\*
|
||||
*\Lib\site-packages\pytest.py
|
||||
parallel = 1
|
||||
branch = 1
|
||||
|
||||
[paths]
|
||||
source = src/
|
||||
.tox/*/lib/python*/site-packages/
|
||||
.tox\*\Lib\site-packages\
|
||||
*/lib/python*/site-packages/
|
||||
*\Lib\site-packages\
|
||||
|
||||
Reference in New Issue
Block a user