try to get coverage to ignore system packages and dependencies
mostly for coveralls support
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
[run]
|
||||
omit =
|
||||
*/python?.?/*
|
||||
*/lib-python/?.?/*.py
|
||||
*/lib_pypy/_*.py
|
||||
*/site-packages/*
|
||||
Reference in New Issue
Block a user