codecov.yml 87 B

123456
  1. ignore:
  2. - pkg/provider/**/fake
  3. - "**/*_test.go"
  4. coverage:
  5. round: down
  6. precision: 2