mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
coverage: Don't include settings files in test coverage.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user