forked from quic-go/quic-go
* use synctest to make streams map tests fully deterministic * ignore synctest helper package for code coverage
22 lines
459 B
YAML
22 lines
459 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
|
|
- logging/connection_tracer_multiplexer.go
|
|
- logging/tracer_multiplexer.go
|
|
- testutils/
|
|
- fuzzing/
|
|
- metrics/
|
|
status:
|
|
project:
|
|
default:
|
|
threshold: 0.5
|
|
patch: false
|