Create .coveragerc

pull/679/head
Steve Peak 2015-09-27 10:55:55 +02:00
parent b40d0a1df9
commit 19c2e90e3b
1 changed files with 12 additions and 0 deletions

12
.coveragerc Normal file
View File

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