codecov.yml 274 B

1234567891011121314
  1. coverage:
  2. round: nearest
  3. ignore:
  4. - http3/gzip_reader.go
  5. - interop/
  6. - internal/handshake/cipher_suite.go
  7. - internal/utils/linkedlist/linkedlist.go
  8. - fuzzing/
  9. - metrics/
  10. status:
  11. project:
  12. default:
  13. threshold: 0.5
  14. patch: false