zulip/tools/coveragerc

14 lines
294 B
Plaintext
Raw Normal View History

[report]
# Regexes for lines to exclude from consideration
exclude_lines =
# Re-enable the standard coverage pragma
pragma: no cover
# Don't complain if non-runnable code isn't run:
if False:
[run]
omit =
*/zulip-venv-cache/*
*/migrations/*
*/management/commands/*