Delete .coveragerc

This commit is contained in:
Jamie Hardt
2022-11-15 10:30:31 -08:00
committed by GitHub
parent c2f87b1fef
commit 5d71cabda7

View File

@@ -1,13 +0,0 @@
[run]
branch = True
source = wavinfo
[report]
exclude_lines =
if self.debug:
pragma: no cover
raise NotImplementedError
if __name__ == .__main__.:
ignore_errors = True
omit =
tests/*