Skip to content

Commit 77887f0

Browse files
committed
.coveragerc: only include src
1 parent c12d854 commit 77887f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.coveragerc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ parallel = 1
44
branch = 1
55

66
[report]
7+
include = src/*
78
skip_covered = 1
89

910
[paths]
1011
source = src/_pytest/
1112
.tox/*/lib/python*/site-packages/_pytest/
13+
pytestpy = src/pytest.py
14+
.tox/*/lib/python*/site-packages/pytest.py

0 commit comments

Comments
 (0)