forked from filecoin-project/venus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.codecov.yml
32 lines (28 loc) · 1.11 KB
/
.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
32
# "documentation": https://gist.github.com/stevepeak/53bee7b2c326b24a9b4a
coverage:
range: 50..100
round: down
precision: 0
status:
project: false
patch: false
changes: false
# https://docs.codecov.io/docs/pull-request-comments
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
ignore:
- "*/testing.go"
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
# number of expected builds to receive before sending notifications
# we can set this to prevent notifications of partial results due to CI parallelism
# set this with respect to the sum of test parallelism in Circle CI configuration.
after_n_builds: 6