mirror of
https://github.com/zulip/zulip.git
synced 2026-06-15 21:01:31 +08:00
coveragerc: Omit blub.
The jedi package exec()s some code in the context of the fake module blub, causing errors when generating the coverage report. See https://github.com/davidhalter/jedi/issues/1122. Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
parent
7134a12231
commit
03cfe10da7
@ -38,3 +38,5 @@ omit =
|
||||
zerver/lib/ccache.py
|
||||
# Settings.py files are hard to test
|
||||
zproject/*settings.py
|
||||
# https://github.com/davidhalter/jedi/issues/1122
|
||||
blub
|
||||
|
||||
Loading…
Reference in New Issue
Block a user