Merge pull request #4983 from blueyed/coveragerc
.coveragerc: use "src" only from current dir
This commit is contained in:
commit
d8758443bd
|
@ -1,6 +1,6 @@
|
||||||
[run]
|
[run]
|
||||||
include =
|
include =
|
||||||
*/src/*
|
src/*
|
||||||
testing/*
|
testing/*
|
||||||
*/lib/python*/site-packages/_pytest/*
|
*/lib/python*/site-packages/_pytest/*
|
||||||
*/lib/python*/site-packages/pytest.py
|
*/lib/python*/site-packages/pytest.py
|
||||||
|
|
Loading…
Reference in New Issue