codecov
[awesomized/libmemcached] / codecov.yml
1
2 ignore:
3 - "/Applications"
4 - "/usr"
5 - "example"
6 - "tests"
7
8 fixes:
9 - "src/libmemcachedinternal::src/libmemcached"
10
11 coverage:
12 status:
13 project:
14 default:
15 target: auto
16 threshold: 1%
17 range: 50..80
18 round: nearest
19 precision: 0
20 notify:
21 gitter:
22 default:
23 url: "https://webhooks.gitter.im/e/a6210fd7fb7b5105b2b0"
24 threshold: 1%