Browse Source

chore: update codecov to ignore mock files (#3155)

Kevin Wan 2 years ago
parent
commit
062073ce58
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .codecov.yml

+ 2 - 1
.codecov.yml

@@ -4,4 +4,5 @@ comment:
   require_changes: true
   require_changes: true
 ignore:
 ignore:
   - "tools"
   - "tools"
-  - "internal/mock"
+  - "**/mock"
+  - "**/*_mock.go"