5751cebaa2
We don't care about coverage of actual test code, So exclude cyborg/tests dir. Change-Id: I534f652c098ed91afb8f52cfc6bb78268a4d5f21
13 lines
178 B
INI
13 lines
178 B
INI
[run]
|
|
branch = True
|
|
source = cyborg
|
|
omit =
|
|
cyborg/tests/*
|
|
cyborg/hacking/*
|
|
|
|
[report]
|
|
ignore_errors = True
|
|
exclude_lines =
|
|
@abc.abstract
|
|
raise NotImplementedError
|