Browse Source

Merge pull request #2617 from nextcloud/codeCovIgnoreTranslation

Ignore translations files
Andy Scherzinger 6 years ago
parent
commit
e71c266cba
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .codecov.yml

+ 4 - 0
.codecov.yml

@@ -11,3 +11,7 @@ coverage:
 comment:
   layout: "header, diff, changes, uncovered, tree"
   behavior: default
+
+ignore:
+  - "src/main/res/values*/*"
+