-
Notifications
You must be signed in to change notification settings - Fork 45
/
.codecov.yml
32 lines (27 loc) · 933 Bytes
/
.codecov.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Documentation:
# https://docs.codecov.io/docs/codecovyml-reference
# https://docs.codecov.io/docs/pull-request-comments
# https://gist.github.com/stevepeak/53bee7b2c326b24a9b4a
coverage:
range: 50..90
round: down
precision: 1
status:
patch: off
ignore:
- "testutil/**/*"
- "metrics/**/*"
- "build/**/*"
- "scripts/**/*"
comment:
layout: "diff" # "diff, flags, files"
behavior: default
require_changes: false # if true: only post the comment if coverage changes
require_base: true # [yes :: must have a base report to post]
require_head: true # [yes :: must have a head report to post]
branches: [] # branch names that can post comment
codecov:
notify:
# yes: will delay sending notifications until all ci is finished
# no: will send notifications without checking ci status and wait till "after_n_builds" are uploaded
require_ci_to_pass: false