build: Set Codecov to informational mode again
We have informational mode enabled for pull requests. This commit enables it for individual commits, too. Informational mode registers the result of a Codecov check without ever failing due to low coverage. This is appropriate for Terraform because much of the test coverage comes from cross-package tests, which Codecov misses.
This commit is contained in:
parent
ce9e4b2ebd
commit
6345187c84
|
@ -14,6 +14,11 @@ coverage:
|
|||
informational: true
|
||||
target: auto
|
||||
threshold: "0.5%"
|
||||
patch:
|
||||
default:
|
||||
informational: true
|
||||
target: auto
|
||||
threshold: "0.5%"
|
||||
|
||||
github_checks:
|
||||
annotations: false
|
||||
|
|
Loading…
Reference in New Issue