better codecov.yml comments
This commit is contained in:
parent
a50b1c186c
commit
051681678b
|
@ -1,11 +1,12 @@
|
||||||
codecov:
|
codecov:
|
||||||
notify:
|
notify:
|
||||||
require_ci_to_pass: true
|
require_ci_to_pass: true
|
||||||
# wait until at all test runners have uploaded a report (see the test job's build matrix)
|
# must be the number of coverage report builds
|
||||||
# otherwise, coverage failures may be shown while some reports are still missing
|
# notice that this number is for PRs;
|
||||||
after_n_builds: 45 # must be the number of coverage report builds
|
# like this we disabled notify on pure branches report
|
||||||
|
# which is fine I guess
|
||||||
|
after_n_builds: 45
|
||||||
comment:
|
comment:
|
||||||
# this also configures the layout of PR check summaries / comments
|
|
||||||
layout: "reach, diff, flags, files"
|
layout: "reach, diff, flags, files"
|
||||||
after_n_builds: 45 # must be the number of coverage report builds
|
after_n_builds: 45 # must be the number of coverage report builds
|
||||||
coverage:
|
coverage:
|
||||||
|
|
Loading…
Reference in New Issue