From b5c68c1cf3a64b1be0708201bf433e7ae73c1f34 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 2 Feb 2023 15:50:53 -0700 Subject: [PATCH] [codecov] Enable information patch mode --- .codecov.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index abd04ca9f..40928b932 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,8 +1,10 @@ -comment: off +comment: false coverage: status: project: default: - threshold: 1% - patch: off + informational: true + patch: + default: + informational: true