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:
Jelle Zijlstra 2019-10-27 04:29:08 -07:00 committed by Zsolt Dollenstein
parent 4c4a51cb6b
commit d10b56e6f7

View File

@ -1,4 +1,5 @@
[report]
omit =
blib2to3/*
tests/data/*
*/site-packages/*