Skip to content

Commit c6eb341

Browse files
committed
.coveragerc: fix include for pypy
PyPy uses "site-packages" directly.
1 parent 54c70bc commit c6eb341

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,6 +4,8 @@ include =
44
testing/*
55
*/lib/python*/site-packages/_pytest/*
66
*/lib/python*/site-packages/pytest.py
7+
*/pypy*/site-packages/_pytest/*
8+
*/pypy*/site-packages/pytest.py
79
*\Lib\site-packages\_pytest\*
810
*\Lib\site-packages\pytest.py
911
parallel = 1
@@ -12,4 +14,5 @@ branch = 1
1214
[paths]
1315
source = src/
1416
*/lib/python*/site-packages/
17+
*/pypy*/site-packages/
1518
*\Lib\site-packages\

0 commit comments

Comments
 (0)