mirror of https://github.com/zulip/zulip.git
12 lines
227 B
Plaintext
12 lines
227 B
Plaintext
|
[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/*
|