mirror of https://github.com/zulip/zulip.git
coverage: Don't include settings files in test coverage.
This commit is contained in:
parent
191e6dc13a
commit
badfec2b49
|
@ -31,3 +31,5 @@ omit =
|
||||||
scripts/lib/zulip_tools.py
|
scripts/lib/zulip_tools.py
|
||||||
# Used only for the legacy Zephyr integration, and unlikely to ever be unit-tested
|
# Used only for the legacy Zephyr integration, and unlikely to ever be unit-tested
|
||||||
zerver/lib/ccache.py
|
zerver/lib/ccache.py
|
||||||
|
# Settings.py files are hard to test
|
||||||
|
zproject/*settings.py
|
||||||
|
|
Loading…
Reference in New Issue