From a62fa3468fa9305234257704a64671829f8c9da0 Mon Sep 17 00:00:00 2001 From: NachoSoto Date: Fri, 16 Jun 2023 08:44:43 -0700 Subject: [PATCH] `CI`: changed `Codecov` to `informational` For some PRs where we only change a few lines, we sometimes get failures (example: #2668). It's extra noise, since we're only using coverage data as information. See documentation: https://docs.codecov.com/docs/codecovyml-reference --- codecov.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000000..dd7f256ef5 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,9 @@ +codecov: + require_ci_to_pass: yes + +coverage: + status: + project: + default: + target: auto + informational: true