coverage: Exclude Zephyr ccache logic from test coverage.

That code path is pretty constrained in how it's used, and is only for
the legacy Zephyr integration which we don't expect to spend effort
on again.
This commit is contained in:
Tim Abbott 2018-04-25 22:41:31 -07:00
parent 47bdf5ecba
commit 1ff909d971
1 changed files with 2 additions and 0 deletions

View File

@ -27,3 +27,5 @@ omit =
zerver/tornado/ioloop_logging.py
# Zulip's library for use in scripts
scripts/lib/zulip_tools.py
# Used only for the legacy Zephyr integration, and unlikely to ever be unit-tested
zerver/lib/ccache.py