build: put codecov in informational mode (#26271)
While we like codecov, and the coverage goals, we've frequently ignored the failures for various reasons. These have confused community members submitting PRs and it can be confusing to look at a list of merged PRs with the big X indicating failed checks ("confusing" isn't really a problem, but if there were actually a bad merge, it could be hard to find which in a list of commits actually had an important failure). Fixes a mild inconvenience.
This commit is contained in:
parent
803c95e552
commit
02fb28eeae
|
@ -12,6 +12,7 @@ coverage:
|
||||||
status:
|
status:
|
||||||
project:
|
project:
|
||||||
default:
|
default:
|
||||||
|
informational: true
|
||||||
target: auto
|
target: auto
|
||||||
threshold: "0.5%"
|
threshold: "0.5%"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue