From c9b36e5ab44fdd308a7c87e72628bd474e3f1926 Mon Sep 17 00:00:00 2001 From: NachoSoto Date: Mon, 19 Jun 2023 08:17:59 -0700 Subject: [PATCH] `CI`: changed `Codecov` to `informational` (#2670) --- 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