coverage: omit tests/data (#1095)
Noticed that when it complains about falling coverage, it's sometimes because code in tests/data isn't executed.
This commit is contained in:
parent
4c4a51cb6b
commit
d10b56e6f7
@ -1,4 +1,5 @@
|
||||
[report]
|
||||
omit =
|
||||
blib2to3/*
|
||||
tests/data/*
|
||||
*/site-packages/*
|
||||
|
Loading…
Reference in New Issue
Block a user