clients do not use any internal functionality, so link them with the shared public...
[awesomized/libmemcached] / codecov.yml
index 38e8c50836e4f031a1df44144d87935afe21e862..bbcc1412de18861b7663d57a3cc6169cbd21228e 100644 (file)
@@ -1,6 +1,12 @@
 
 ignore:
+  - "/Applications"
   - "/usr"
+  - "example"
+  - "tests"
+
+fixes:
+  - "src/libmemcachedinternal::src/libmemcached"
 
 coverage:
   status:
@@ -8,7 +14,7 @@ coverage:
       default:
         target: auto
         threshold: 1%
-  range: 60..90
+  range: 50..80
   round: nearest
   precision: 0
   notify:
@@ -16,5 +22,3 @@ coverage:
       default:
         url: "https://webhooks.gitter.im/e/a6210fd7fb7b5105b2b0"
         threshold: 1%
-
-