Skip to content
Snippets Groups Projects
.coveragerc 305 B
Newer Older
Tamas Gal's avatar
Tamas Gal committed
[run]
source = km3io

[report]
omit =
Tamas Gal's avatar
Tamas Gal committed
    src/km3io/definitions/*
    src/km3io/version.py
Tamas Gal's avatar
Tamas Gal committed
exclude_lines =
    pragma: no cover
    raise AssertionError
    raise NotImplementedError
    if 0:
    if __name__ == .__main__.:
    if self.debug:
    if settings.DEBUG
    def __repr__