diff options
author | Joe Chen <jc@unknwon.io> | 2022-05-16 20:58:35 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-16 20:58:35 +0800 |
commit | e01b0ce0d1bd24c91f58b478a8e016f7ec3a2fb3 (patch) | |
tree | b0e3da8978adfe57716e63f934320ea52583233f /codecov.yml | |
parent | c4b770f3053a8a9794c5916281fc0517a590b0fa (diff) |
codecov: make patch status to be informational (#6952)
Diffstat (limited to 'codecov.yml')
-rw-r--r-- | codecov.yml | 4 |
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' |