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

[report]
include =
    km3io/*
omit =
    tests/*
Tamas Gal's avatar
Tamas Gal committed
    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