Przeglądaj źródła

fix: codecov should ignore test files

Moritz Johner 4 lat temu
rodzic
commit
d15562905f
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      .github/codecov.yml

+ 1 - 0
.github/codecov.yml

@@ -1,5 +1,6 @@
 ignore:
 - pkg/provider/**/fake
+- "**/*_test.go"
 coverage:
   round: down
   precision: 2