aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg9
1 files changed, 9 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 1c6cfb7..f979608 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,3 +1,12 @@
+[coverage:run]
+data_file = tests/.coverage
+relative_files = True
+
+[coverage:report]
+precision = 1
+skip_empty = True
+show_missing = True
+
[flake8]
max-line-length = 88
ignore =