codecov.yml 398 B

123456789101112131415161718
  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. - internal/testdata
  9. - logging/connection_tracer_multiplexer.go
  10. - logging/tracer_multiplexer.go
  11. - testutils/
  12. - fuzzing/
  13. - metrics/
  14. status:
  15. project:
  16. default:
  17. threshold: 0.5
  18. patch: false