cap-lab22-samy/MiniC/.coveragerc
2022-09-28 09:28:41 +02:00

10 lines
189 B
INI

[report]
exclude_lines =
pragma: no cover
raise MiniCInternalError
raise MiniCUnsupportedError
if debug:
if debug_graphs:
if self._debug:
if self._debug_graphs: