mirror of https://github.com/VLSIDA/OpenRAM.git
Merge branch 'coverage-ci' into supply_routing
This commit is contained in:
commit
b63bcb9773
|
|
@ -10,6 +10,7 @@ omit =
|
|||
debug.py
|
||||
[paths]
|
||||
source =
|
||||
.
|
||||
/home/gitlab-runner/builds/2fd64746/0
|
||||
/home/gitlab-runner/builds/2fd64746/1
|
||||
/home/gitlab-runner/builds/2fd64746/2
|
||||
|
|
@ -25,4 +26,4 @@ exclude_lines =
|
|||
raise NotImplementedError
|
||||
if 0:
|
||||
if __name__ == "__main__":
|
||||
if not OPTS.is_unit_test
|
||||
if not OPTS.is_unit_test
|
||||
|
|
|
|||
Loading…
Reference in New Issue