cyborg/.coveragerc
chenke 5751cebaa2 Exclude cyborg tests dir in UT cover report
We don't care about coverage of actual test code, So exclude
cyborg/tests dir.

Change-Id: I534f652c098ed91afb8f52cfc6bb78268a4d5f21
2019-10-30 09:40:37 +08:00

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