mirror of https://github.com/zulip/zulip.git
coveragerc: Exclude zerver/tornado/ioloop_logging.py.
The file ioloop_logging.py is pretty small, but it seems to have flaky time-sensitive code that creates noise for coverage deltas when we do builds. Since it's small, we just exclude it. Tweaked by tabbott to add comments.
This commit is contained in:
parent
1ef9b7982e
commit
df4b306c20
|
@ -20,7 +20,11 @@ omit =
|
|||
*/zulip-venv-cache/*
|
||||
*/migrations/*
|
||||
*/management/commands/*
|
||||
# Parts of the test runner infrastructure
|
||||
tools/test-backend
|
||||
zerver/lib/test_fixtures.py
|
||||
zerver/lib/test_runner.py
|
||||
# Excluded because its coverage state is flaky.
|
||||
zerver/tornado/ioloop_logging.py
|
||||
# Zulip's library for use in scripts
|
||||
scripts/lib/zulip_tools.py
|
||||
|
|
Loading…
Reference in New Issue