Explorar el Código

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 hace 3 años
padre
commit
2cb028eaee
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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*/*"