blueprint-compiler/.coveragerc
James Westman 1897478480
tests: Exclude lines from coverage
Exclude things like "raise NotImplementedError" and compiler bug
handlers.
2022-01-16 20:59:11 -06:00

6 lines
128 B
INI

[report]
exclude_lines =
pragma: no cover
raise AssertionError
raise NotImplementedError
raise CompilerBugError