Create .coveragerc

This commit is contained in:
Jamie Hardt
2019-01-05 12:37:30 -08:00
parent 0e1094421e
commit dc08bd39fe

13
.coveragerc Normal file
View File

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