add changelog for 1.13
[beanstalkd.git] / .codecov.yml
blobcb1569dd64da4bfde7000b35d666957d2fc85a58
1 codecov:
2   notify:
3     require_ci_to_pass: yes
5 coverage:
6   precision: 2
7   round: down
8   range: "65...90"
10   status:
11     project:
12       default:
13         threshold: 0.5 # Allow the coverage to drop by threshold %, and posting a success status.
14     patch:
15       default:
16         target: 0% # trial operation
17     changes: no
19 parsers:
20   gcov:
21     branch_detection:
22       conditional: yes
23       loop: yes
24       method: no
25       macro: no
27 comment:
28   layout: "header, diff"
29   behavior: default
30   require_changes: no
32 ignore:
33   - ".git"
34   - "*.yml"
35   - "*.md"
36   # ignore test files
37   - "test*.c"
38   # ignore sd-daemon.* since it's vendored as external lib
39   - "sd-daemon.*"
40   # ignore folders and all its contents
41   - "adm/.*"
42   - "ct/.*"
43   - "doc/.*"
44   - "pkg/.*"