aboutsummaryrefslogtreecommitdiffstats
path: root/.coveragerc
diff options
context:
space:
mode:
Diffstat (limited to '.coveragerc')
-rw-r--r--.coveragerc12
1 files changed, 12 insertions, 0 deletions
diff --git a/.coveragerc b/.coveragerc
new file mode 100644
index 000000000..0ebb5bd64
--- /dev/null
+++ b/.coveragerc
@@ -0,0 +1,12 @@
+[run]
+branch = true
+
+[report]
+skip_covered = True
+skip_empty = True
+
+[html]
+directory = .cov
+
+[xml]
+output = coverage.xml