mirror of https://github.com/VLSIDA/OpenRAM.git
Add coverage excludes
This commit is contained in:
parent
534c6b36df
commit
3d98f09019
|
|
@ -8,6 +8,8 @@ omit =
|
||||||
*/tests/*
|
*/tests/*
|
||||||
# ignore the debug utilities
|
# ignore the debug utilities
|
||||||
debug.py
|
debug.py
|
||||||
|
# ignore the no DRC/LVS tool options
|
||||||
|
none.py
|
||||||
[paths]
|
[paths]
|
||||||
source =
|
source =
|
||||||
../..
|
../..
|
||||||
|
|
@ -21,6 +23,8 @@ source =
|
||||||
exclude_lines =
|
exclude_lines =
|
||||||
pragma: no cover
|
pragma: no cover
|
||||||
def __repr__
|
def __repr__
|
||||||
|
def __str__
|
||||||
|
class gdsStreamer
|
||||||
except Exception
|
except Exception
|
||||||
raise AssertionError
|
raise AssertionError
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue