瀏覽代碼

Codecov: don't annotate diffs

It makes it really annoying to read diffs when our coverage isn't that good yet.

Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
Álvaro Brey Vilas 3 年之前
父節點
當前提交
2cb028eaee
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .codecov.yml

+ 3 - 0
.codecov.yml

@@ -16,6 +16,9 @@ comment:
   layout: "header, diff, changes, uncovered, tree"
   behavior: default
 
+github_checks:
+    annotations: false
+
 ignore:
   - "src/main/res/values*/*"