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:
Anders Kaseorg 2019-05-29 12:31:54 -07:00 committed by Tim Abbott
parent 7134a12231
commit 03cfe10da7
1 changed files with 2 additions and 0 deletions

View File

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