Merge branch 'catch' into v1.x
[awesomized/libmemcached] / codecov.yml
index 02f82786b0704a536fb47548c9aaa42e5f5f1bea..afa0dac194800fcb093bce9a4909512483fd29f5 100644 (file)
@@ -1,10 +1,16 @@
-codecov:
 
 ignore:
   - "/usr"
+  - "example/"
+  - "test/"
 
 coverage:
-  range: 60..90
+  status:
+    project:
+      default:
+        target: auto
+        threshold: 1%
+  range: 50..80
   round: nearest
   precision: 0
   notify:
@@ -12,5 +18,3 @@ coverage:
       default:
         url: "https://webhooks.gitter.im/e/a6210fd7fb7b5105b2b0"
         threshold: 1%
-
-