aboutsummaryrefslogtreecommitdiff
path: root/codecov.yml
diff options
context:
space:
mode:
Diffstat (limited to 'codecov.yml')
-rw-r--r--codecov.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/codecov.yml b/codecov.yml
new file mode 100644
index 0000000..5bf2bbe
--- /dev/null
+++ b/codecov.yml
@@ -0,0 +1,8 @@
+coverage:
+ range: 50..100
+ round: up
+ precision: 2
+
+ignore:
+ - "test/**/*.py"
+ - "setup.py" \ No newline at end of file