Skip to content

Commit 0642da0

Browse files
committed
.coveragerc: use "src" only from current dir
This avoids including generated test files with "src" in their path.
1 parent b3319a6 commit 0642da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.coveragerc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[run]
22
include =
3-
*/src/*
3+
src/*
44
testing/*
55
*/lib/python*/site-packages/_pytest/*
66
*/lib/python*/site-packages/pytest.py

0 commit comments

Comments
 (0)