summaryrefslogtreecommitdiff
path: root/covcov.ini
diff options
context:
space:
mode:
Diffstat (limited to 'covcov.ini')
-rw-r--r--covcov.ini16
1 files changed, 16 insertions, 0 deletions
diff --git a/covcov.ini b/covcov.ini
new file mode 100644
index 0000000..9e1733f
--- /dev/null
+++ b/covcov.ini
@@ -0,0 +1,16 @@
+# Settings to use when using coverage.py to measure itself.
+[run]
+branch = true
+data_file = c:\ned\coverage\trunk\.coverage
+parallel = true
+
+[report]
+exclude_lines =
+ # pragma: no cover
+ # pragma: recursive coverage
+ def __repr__
+ if __name__ == .__main__.:
+ raise AssertionError
+
+omit = mock, ez_setup, distribute
+ignore_errors = true