mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2026-05-17 08:36:55 +03:00
### Describe Your Changes
The `fail_ci_if_error` flag only affects the upload step and does not
control
Codecov's status checks (e.g., codecov/patch, codecov/project). My prior
tests
did not surface this behavior.
Switched to 'informational' mode per Codecov docs to avoid blocking CI.
See:
https://docs.codecov.com/docs/common-recipe-list#set-non-blocking-status-checks
Tested in https://github.com/VictoriaMetrics/VictoriaMetrics/pull/9146
Follow up on
https://github.com/VictoriaMetrics/VictoriaMetrics/pull/9139,
52022e482c
10 lines
216 B
YAML
10 lines
216 B
YAML
# see https://docs.codecov.com/docs/common-recipe-list#set-non-blocking-status-checks
|
|
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
informational: true
|
|
patch:
|
|
default:
|
|
informational: true
|