Skip to content

Commit

Permalink
coveragerc: Omit blub.
Browse files Browse the repository at this point in the history
The jedi package exec()s some code in the context of the fake module
blub, causing errors when generating the coverage report.  See
davidhalter/jedi#1122.

Signed-off-by: Anders Kaseorg <[email protected]>
  • Loading branch information
andersk authored and timabbott committed May 29, 2019
1 parent 7134a12 commit 03cfe10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 03cfe10

Please sign in to comment.