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