aboutsummaryrefslogtreecommitdiff
path: root/codecov.yml
diff options
context:
space:
mode:
authorJoe Chen <jc@unknwon.io>2022-05-16 20:58:35 +0800
committerGitHub <noreply@github.com>2022-05-16 20:58:35 +0800
commite01b0ce0d1bd24c91f58b478a8e016f7ec3a2fb3 (patch)
treeb0e3da8978adfe57716e63f934320ea52583233f /codecov.yml
parentc4b770f3053a8a9794c5916281fc0517a590b0fa (diff)
codecov: make patch status to be informational (#6952)
Diffstat (limited to 'codecov.yml')
-rw-r--r--codecov.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/codecov.yml b/codecov.yml
index 198b73a6..e02ec84b 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'