Skip to content
Snippets Groups Projects
.coveragerc 267 B
Newer Older
Johannes Schumann's avatar
Johannes Schumann committed
[run]
source = km3buu

[report]
include =
    km3buu/*
omit =
    */tests/*
exclude_lines =
    pragma: no cover
    raise AssertionError
    raise NotImplementedError
    if 0:
    if __name__ == .__main__.:
    if self.debug:
    if settings.DEBUG
    def __repr__