.coveragerc: fix/tighten paths
This commit is contained in:
parent
5a0f379289
commit
31174f3f83
|
@ -7,6 +7,9 @@ branch = 1
|
|||
include = src/*, testing/*
|
||||
|
||||
[paths]
|
||||
source = src/
|
||||
.tox/*/lib/python*/site-packages/
|
||||
.tox\*\Lib\site-packages\
|
||||
source = src/_pytest
|
||||
.tox/*/lib/python*/site-packages/_pytest/
|
||||
.tox\*\Lib\site-packages\pytest\
|
||||
source_pytest_py = src/pytest.py
|
||||
.tox/*/lib/python*/site-packages/pytest.py
|
||||
.tox\*\Lib\site-packages\pytest.py
|
||||
|
|
Loading…
Reference in New Issue