.coveragerc: use "src" only from current dir
This avoids including generated test files with "src" in their path.
This commit is contained in:
parent
b3319a6074
commit
0642da0145
|
@ -1,6 +1,6 @@
|
|||
[run]
|
||||
include =
|
||||
*/src/*
|
||||
src/*
|
||||
testing/*
|
||||
*/lib/python*/site-packages/_pytest/*
|
||||
*/lib/python*/site-packages/pytest.py
|
||||
|
|
Loading…
Reference in New Issue