zulip/tools/coveragerc

12 lines
227 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
[run]
omit =
*/zulip-venv-cache/*
*/migrations/*
*/management/commands/*