Files
bayesclass/.coveragerc
2022-11-04 11:53:06 +01:00

21 lines
361 B
INI

# Configuration for coverage.py
[run]
branch = True
source = bayesclass
include = */bayesclass/*
omit =
*/setup.py
[report]
exclude_lines =
pragma: no cover
def __repr__
if self.debug:
if settings.DEBUG
raise AssertionError
raise NotImplementedError
if 0:
if __name__ == .__main__.:
if self.verbose:
show_missing = True