mirror of https://github.com/zulip/zulip.git
coverage: Omit some test runner files from coverage.
These files are part of the test runner and can't realisitically have test coverage due to being imported before coverage in the setup sequence.
This commit is contained in:
parent
4893779001
commit
4040cadf7d
|
@ -20,3 +20,7 @@ omit =
|
|||
*/zulip-venv-cache/*
|
||||
*/migrations/*
|
||||
*/management/commands/*
|
||||
tools/test-backend
|
||||
zerver/lib/test_fixtures.py
|
||||
zerver/lib/test_runner.py
|
||||
scripts/lib/zulip_tools.py
|
||||
|
|
Loading…
Reference in New Issue