Просмотр исходного кода

codecov: make patch status to be informational (#6952)

Joe Chen 3 лет назад
Родитель
Сommit
e01b0ce0d1
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      codecov.yml

+ 4 - 0
codecov.yml

@@ -5,6 +5,10 @@ coverage:
       default:
         threshold: 1%
         informational: true
+    patch:
+      defualt:
+        only_pulls: true
+        informational: true
 
 comment:
   layout: 'diff'