Skip to content

Commit

Permalink
.coveragerc: ignore uncovered ImportError
Browse files Browse the repository at this point in the history
don't bother installing typing on python 2 since the static analysis is
performed with python 3.7
  • Loading branch information
masenf committed Dec 16, 2019
1 parent 1ba7197 commit 66db39e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[report]
# Regexes for lines to exclude from consideration
exclude_lines =
except ImportError:

0 comments on commit 66db39e

Please sign in to comment.