@@ -0,0 +1,16 @@
+[run]
+branch = True
+
+[report]
+show_missing = False
+ignore_errors = True
+omit =
+    .tox/*
+exclude_lines =
+    pragma: no cover
+    def __repr__
+    if self\.debug
+    raise AssertionError
+    raise NotImplementedError
+    if 0:
+    if __name__ == .__main__.: