mirror of https://github.com/VLSIDA/OpenRAM.git
Add cwd in coverage since the files must exist and another runner could be on the other paths
This commit is contained in:
parent
5319107afa
commit
ce24500f16
|
|
@ -10,6 +10,7 @@ omit =
|
||||||
debug.py
|
debug.py
|
||||||
[paths]
|
[paths]
|
||||||
source =
|
source =
|
||||||
|
.
|
||||||
/home/gitlab-runner/builds/2fd64746/0
|
/home/gitlab-runner/builds/2fd64746/0
|
||||||
/home/gitlab-runner/builds/2fd64746/1
|
/home/gitlab-runner/builds/2fd64746/1
|
||||||
/home/gitlab-runner/builds/2fd64746/2
|
/home/gitlab-runner/builds/2fd64746/2
|
||||||
|
|
@ -25,4 +26,4 @@ exclude_lines =
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
if 0:
|
if 0:
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
if not OPTS.is_unit_test
|
if not OPTS.is_unit_test
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue