mirror of https://github.com/zulip/zulip.git
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