cyborg/.coveragerc

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