mirror of https://github.com/zulip/zulip.git
coverage: Don't complain about if False coverage.
This fixes a test failure on master.
This commit is contained in:
parent
bc0cd7eb90
commit
401ae3db97
|
@ -3,6 +3,8 @@
|
||||||
exclude_lines =
|
exclude_lines =
|
||||||
# Re-enable the standard coverage pragma
|
# Re-enable the standard coverage pragma
|
||||||
pragma: no cover
|
pragma: no cover
|
||||||
|
# Don't complain if non-runnable code isn't run:
|
||||||
|
if False:
|
||||||
|
|
||||||
[run]
|
[run]
|
||||||
omit =
|
omit =
|
||||||
|
|
Loading…
Reference in New Issue