about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authorCristian Cadar <c.cadar@imperial.ac.uk>2023-04-21 22:31:10 +0100
committerCristian Cadar <c.cadar@imperial.ac.uk>2023-05-26 23:31:04 +0800
commit8500a8190fe61dd9240d91baf849cba0cc859b82 (patch)
treec73917a7f9a40db098c8921419eb17a05f2f1dd1
parentedfa29e836087cb61f33afcac40640be5f36341a (diff)
downloadklee-8500a8190fe61dd9240d91baf849cba0cc859b82.tar.gz
Cleaned up and updated codecov file.
-rw-r--r--.codecov.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.codecov.yml b/.codecov.yml
index bccacde0..5d641d30 100644
--- a/.codecov.yml
+++ b/.codecov.yml
@@ -2,21 +2,22 @@ codecov:
   disable_default_path_fixes: true
 
 coverage:
+  range: 70...90
+  precision: 2
+  round: down
   status:
     project: no
     patch: yes
     changes: no
-  precision: 2
-  round: down
-  range: "70...100"
 
 fixes:
   - "/tmp/klee_src::"
+
 ignore:
-  - "usr/"
   - "test/"
   - "unittests"
   - "**/test-utils"
+
 comment:
   layout: "header, diff, changes, uncovered, tree"
   behavior: default