codecov.yml 296 B

123456789101112131415161718192021
  1. coverage:
  2. status:
  3. project:
  4. default:
  5. informational: true
  6. target: auto
  7. threshold: 2%
  8. patch:
  9. default:
  10. informational: true
  11. comment:
  12. require_changes: true
  13. ignore:
  14. - "packaging"
  15. - "docs"
  16. - "bin"
  17. - "e2e"
  18. - "pkg/e2e"
  19. - "**/*_test.go"