Skip to content

Commit

Permalink
Add coverage excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
mguthaus committed Apr 29, 2019
1 parent 534c6b3 commit 3d98f09
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
Expand Up @@ -8,6 +8,8 @@ omit =
*/tests/*
# ignore the debug utilities
debug.py
# ignore the no DRC/LVS tool options
none.py
[paths]
source =
../..
Expand All @@ -21,6 +23,8 @@ source =
exclude_lines =
pragma: no cover
def __repr__
def __str__
class gdsStreamer
except Exception
raise AssertionError
raise NotImplementedError
Expand Down

0 comments on commit 3d98f09

Please sign in to comment.