2020-12-16 13:04:57 +09:00
|
|
|
codecov:
|
|
|
|
notify:
|
|
|
|
require_ci_to_pass: true
|
2020-12-16 13:07:22 +09:00
|
|
|
# must be the number of coverage report builds
|
|
|
|
# notice that this number is for PRs;
|
|
|
|
# like this we disabled notify on pure branches report
|
|
|
|
# which is fine I guess
|
2021-03-15 12:16:01 +09:00
|
|
|
after_n_builds: 28
|
2020-12-16 13:04:57 +09:00
|
|
|
comment:
|
|
|
|
layout: "reach, diff, flags, files"
|
2021-03-15 12:16:01 +09:00
|
|
|
after_n_builds: 28 # must be the number of coverage report builds
|
2020-11-12 01:42:12 +09:00
|
|
|
coverage:
|
|
|
|
status:
|
|
|
|
project:
|
|
|
|
default: # This can be anything, but it needs to exist as the name
|
|
|
|
# basic settings
|
|
|
|
target: auto
|
|
|
|
threshold: 5%
|
2021-03-15 12:16:01 +09:00
|
|
|
base: auto
|