fix reports number
This commit is contained in:
parent
996dc5be9c
commit
ba0a57ee34
|
@ -5,10 +5,10 @@ codecov:
|
||||||
# notice that this number is for PRs;
|
# notice that this number is for PRs;
|
||||||
# like this we disabled notify on pure branches report
|
# like this we disabled notify on pure branches report
|
||||||
# which is fine I guess
|
# which is fine I guess
|
||||||
after_n_builds: 25
|
after_n_builds: 28
|
||||||
comment:
|
comment:
|
||||||
layout: "reach, diff, flags, files"
|
layout: "reach, diff, flags, files"
|
||||||
after_n_builds: 25 # must be the number of coverage report builds
|
after_n_builds: 28 # must be the number of coverage report builds
|
||||||
coverage:
|
coverage:
|
||||||
status:
|
status:
|
||||||
project:
|
project:
|
||||||
|
@ -16,4 +16,4 @@ coverage:
|
||||||
# basic settings
|
# basic settings
|
||||||
target: auto
|
target: auto
|
||||||
threshold: 5%
|
threshold: 5%
|
||||||
base: auto
|
base: auto
|
Loading…
Reference in New Issue