forked from quic-go/quic-go
* ci: stop using Ginkgo test command * ci: remove integrationtest directory for unit tests
21 lines
435 B
YAML
21 lines
435 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
|
|
- logging/connection_tracer_multiplexer.go
|
|
- logging/tracer_multiplexer.go
|
|
- testutils/
|
|
- fuzzing/
|
|
- metrics/
|
|
status:
|
|
project:
|
|
default:
|
|
threshold: 0.5
|
|
patch: false
|