coverage: Don't include settings files in test coverage.

This commit is contained in:
Tim Abbott 2018-05-15 13:55:01 -07:00
parent 191e6dc13a
commit badfec2b49
1 changed files with 2 additions and 0 deletions

View File

@ -31,3 +31,5 @@ omit =
scripts/lib/zulip_tools.py
# Used only for the legacy Zephyr integration, and unlikely to ever be unit-tested
zerver/lib/ccache.py
# Settings.py files are hard to test
zproject/*settings.py