Skip to content
Snippets Groups Projects
.coveragerc 168 B
Newer Older
Matthieu Moy's avatar
Matthieu Moy committed
[report]
exclude_lines =
    pragma: no cover
    raise MiniCInternalError
    raise MiniCUnsupportedError
    if debug:
    if self._debug:
    if self._debug_graphs: