.coveragerc: fix/tighten paths

This commit is contained in:
Daniel Hahler 2019-02-27 09:26:29 +01:00
parent 5a0f379289
commit 31174f3f83
1 changed files with 6 additions and 3 deletions

View File

@ -7,6 +7,9 @@ branch = 1
include = src/*, testing/* include = src/*, testing/*
[paths] [paths]
source = src/ source = src/_pytest
.tox/*/lib/python*/site-packages/ .tox/*/lib/python*/site-packages/_pytest/
.tox\*\Lib\site-packages\ .tox\*\Lib\site-packages\pytest\
source_pytest_py = src/pytest.py
.tox/*/lib/python*/site-packages/pytest.py
.tox\*\Lib\site-packages\pytest.py