forked from quic-go/quic-go
* qlog: implement a Trace and a Writer struct * qlog: rename Trace to FileSeq * split qlog trace writer and QUIC qlog events into separate packages * use the new qlog.Recorder instead of the logging.ConnectionTracer
20 lines
376 B
YAML
20 lines
376 B
YAML
coverage:
|
|
round: nearest
|
|
ignore:
|
|
- http3/gzip_reader.go
|
|
- example/
|
|
- interop/
|
|
- internal/handshake/cipher_suite.go
|
|
- internal/mocks/
|
|
- internal/utils/linkedlist/linkedlist.go
|
|
- internal/testdata
|
|
- internal/synctest
|
|
- testutils/
|
|
- fuzzing/
|
|
- metrics/
|
|
status:
|
|
project:
|
|
default:
|
|
threshold: 0.5
|
|
patch: false
|