about summary refs log tree commit diff homepage
path: root/.codecov.yml
diff options
context:
space:
mode:
Diffstat (limited to '.codecov.yml')
-rw-r--r--.codecov.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/.codecov.yml b/.codecov.yml
new file mode 100644
index 00000000..c4a12ef7
--- /dev/null
+++ b/.codecov.yml
@@ -0,0 +1,22 @@
+codecov:
+  disable_default_path_fixes: true
+
+coverage:
+  status:
+    project: no
+    patch: yes
+    changes: no
+  precision: 2
+  round: down
+  range: "70...100"
+
+fixes:
+  - "home/travis/build/klee/klee::"
+ignore:
+  - "usr/"
+  - "test/"
+  - "unittests"
+  - "**/test-utils"
+comment:
+  layout: "header, diff, changes, uncovered, tree"
+  behavior: default