Browse Source

Create .coveragerc

Bastien Sevajol 6 years ago
parent
commit
5e97f62840
1 changed files with 8 additions and 0 deletions
  1. 8 0
      .coveragerc

+ 8 - 0
.coveragerc View File

@@ -0,0 +1,8 @@
1
+[run]
2
+omit =
3
+    */tests*
4
+    *site-packages/*
5
+[report]
6
+exclude_lines =
7
+    raise NotImplementedError
8
+    if __name__ == .__main__.: