mirror of https://github.com/zulip/zulip.git
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:
parent
47bdf5ecba
commit
1ff909d971
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue