From e01b0ce0d1bd24c91f58b478a8e016f7ec3a2fb3 Mon Sep 17 00:00:00 2001 From: Joe Chen Date: Mon, 16 May 2022 20:58:35 +0800 Subject: [PATCH] codecov: make patch status to be informational (#6952) --- codecov.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/codecov.yml b/codecov.yml index 198b73a67..e02ec84bc 100644 --- a/codecov.yml +++ b/codecov.yml @@ -5,6 +5,10 @@ coverage: default: threshold: 1% informational: true + patch: + defualt: + only_pulls: true + informational: true comment: layout: 'diff'