.codecov.yml 278 B

123456789101112131415161718192021
  1. comment: false
  2. coverage:
  3. range: "40...100"
  4. precision: 1
  5. status:
  6. patch:
  7. default:
  8. informational: true
  9. project:
  10. default:
  11. informational: true
  12. github_checks:
  13. annotations: false
  14. ignore:
  15. - "**.pb.go"
  16. - "**_mocked.go"
  17. - "**/mocks/*"