Browse Source

Merge pull request #9711 from nextcloud/chore/codecov-improvements

Codecov: don't annotate diffs
Tobias Kaminsky 3 years ago
parent
commit
ae7fb23a6b
1 changed files with 3 additions and 0 deletions
  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*/*"