Merge branch 'catch' of github.com:m6w6/libmemcached into gh-actions
[awesomized/libmemcached] / codecov.yml
1
2 ignore:
3 - "/usr"
4
5 coverage:
6 status:
7 project:
8 default:
9 target: auto
10 threshold: 1%
11 range: 60..90
12 round: nearest
13 precision: 0
14 notify:
15 gitter:
16 default:
17 url: "https://webhooks.gitter.im/e/a6210fd7fb7b5105b2b0"
18 threshold: 1%
19
20