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:
Steve Howell 2017-07-05 17:40:55 -04:00 committed by Tim Abbott
parent 1ef9b7982e
commit df4b306c20
1 changed files with 4 additions and 0 deletions

View File

@ -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