2021-02-02 11:46:38 +00:00
|
|
|
codecov:
|
|
|
|
notify:
|
|
|
|
require_ci_to_pass: true
|
|
|
|
# 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-17 09:20:33 +00:00
|
|
|
after_n_builds: 28
|
2021-02-02 11:46:38 +00:00
|
|
|
comment:
|
|
|
|
layout: "reach, diff, flags, files"
|
2021-03-17 09:20:33 +00:00
|
|
|
after_n_builds: 28 # must be the number of coverage report builds
|
2020-12-21 11:45:07 +00: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-17 09:20:33 +00:00
|
|
|
base: auto
|