From 01f2edfaedf6afc3eb53cb94eb53b6b4750acaf5 Mon Sep 17 00:00:00 2001 From: NachoSoto Date: Mon, 17 Jul 2023 09:32:53 -0700 Subject: [PATCH] `CI`: make all `Codecov` jobs `informational` Follow up to #2670. Reading through [the docs](https://docs.codecov.com/docs#tips-and-tricks) I realized we were missing this too. --- codecov.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/codecov.yml b/codecov.yml index dd7f256ef5..a21e66a1a8 100644 --- a/codecov.yml +++ b/codecov.yml @@ -7,3 +7,7 @@ coverage: default: target: auto informational: true + patch: + default: + informational: true +