looper/.coveragerc

9 lines
121 B
INI

[report]
show_missing = False
include = *.py
omit =
*/tests/*
test_*.py
*/site-packages/*
*/migrations/*