2018-11-21 00:12:14 +01:00
|
|
|
[run]
|
|
|
|
|
omit =
|
|
|
|
|
# omit anything in a .local directory anywhere
|
|
|
|
|
*/.local/*
|
|
|
|
|
# omit everything in /usr
|
|
|
|
|
/usr/*
|
2018-12-03 18:13:57 +01:00
|
|
|
# ignore the unit tests themselves
|
|
|
|
|
*/tests/*
|
|
|
|
|
# ignore the debug utilities
|
|
|
|
|
debug.py
|
2019-04-29 19:26:39 +02:00
|
|
|
# ignore the no DRC/LVS tool options
|
|
|
|
|
none.py
|
2018-11-21 02:39:37 +01:00
|
|
|
[paths]
|
|
|
|
|
source =
|
2018-12-08 00:17:58 +01:00
|
|
|
../..
|
2018-11-21 04:48:33 +01:00
|
|
|
/home/gitlab-runner/builds/2fd64746/0
|
|
|
|
|
/home/gitlab-runner/builds/2fd64746/1
|
|
|
|
|
/home/gitlab-runner/builds/2fd64746/2
|
|
|
|
|
/home/gitlab-runner/builds/2fd64746/3
|
|
|
|
|
/home/gitlab-runner/builds/2fd64746/4
|
|
|
|
|
/home/gitlab-runner/builds/2fd64746/5
|
2018-12-03 18:13:57 +01:00
|
|
|
[report]
|
|
|
|
|
exclude_lines =
|
|
|
|
|
pragma: no cover
|
|
|
|
|
def __repr__
|
2019-04-29 19:26:39 +02:00
|
|
|
def __str__
|
|
|
|
|
class gdsStreamer
|
2018-12-03 18:13:57 +01:00
|
|
|
except Exception
|
|
|
|
|
raise AssertionError
|
|
|
|
|
raise NotImplementedError
|
|
|
|
|
if 0:
|
|
|
|
|
if __name__ == "__main__":
|
2018-12-07 23:25:03 +01:00
|
|
|
if not OPTS.is_unit_test
|