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