Add coverage excludes

This commit is contained in:
Matt Guthaus 2019-04-29 10:26:39 -07:00
parent 534c6b36df
commit 3d98f09019
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,8 @@ omit =
*/tests/*
# ignore the debug utilities
debug.py
# ignore the no DRC/LVS tool options
none.py
[paths]
source =
../..
@ -21,6 +23,8 @@ source =
exclude_lines =
pragma: no cover
def __repr__
def __str__
class gdsStreamer
except Exception
raise AssertionError
raise NotImplementedError