pypa-hatch/.coveragerc

16 lines
197 B
INI

[run]
source =
hatch
tests
branch = True
omit =
hatch/__main__.py
hatch/shells.py
[report]
exclude_lines =
no qa
no cov
pragma: no cover
if __name__ == .__main__.: