.coveragerc: use "src" only from current dir

This avoids including generated test files with "src" in their path.
This commit is contained in:
Daniel Hahler 2019-03-22 17:46:16 +01:00
parent b3319a6074
commit 0642da0145
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[run]
include =
*/src/*
src/*
testing/*
*/lib/python*/site-packages/_pytest/*
*/lib/python*/site-packages/pytest.py