From 0ebe629ba0d2f69931222d132e0565e74fd1696a Mon Sep 17 00:00:00 2001 From: NachoSoto Date: Mon, 17 Jul 2023 09:56:44 -0700 Subject: [PATCH] `CI`: make all `Codecov` jobs `informational` (#2828) 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 +