Skip to content

Commit fe30633

Browse files
committed
.coveragerc: use source again
Apparently this causes missing coverage with pdb/pexpect tests.
1 parent 0dd4cb0 commit fe30633

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

.coveragerc

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
[run]
2-
include =
3-
src/*
4-
testing/*
5-
.tox/*/lib/python*/site-packages/_pytest/*
6-
.tox/*/lib/python*/site-packages/pytest.py
7-
.tox\*\Lib\site-packages\_pytest\*
8-
.tox\*\Lib\site-packages\pytest.py
2+
source = pytest,_pytest,testing/
93
parallel = 1
104
branch = 1
115

126
[paths]
13-
source = src/
14-
.tox/*/lib/python*/site-packages/
15-
.tox\*\Lib\site-packages\
7+
source = src/_pytest/
8+
.tox/*/lib/python*/site-packages/_pytest/
9+
.tox\*\Lib\site-packages\_pytest\
10+
source_py = src/pytest.py
11+
.tox/*/lib/python*/site-packages/pytest.py
12+
.tox\*\Lib\site-packages\pytest.py

0 commit comments

Comments
 (0)