Browse Source

test: ignore tests folder in codecov

Nicolas Meienberger 2 years ago
parent
commit
1af0d8fde4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      codecov.yml

+ 1 - 0
codecov.yml

@@ -4,3 +4,4 @@ ignore:
   - 'templates'
   - 'screenshots'
   - '**/*.json'
+  - '**/tests/**'