mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
Fix codecov.yml structure
This commit is contained in:
parent
3b5f975e37
commit
8087478f6a
1 changed files with 8 additions and 11 deletions
19
codecov.yml
19
codecov.yml
|
@ -1,14 +1,11 @@
|
|||
coverage:
|
||||
round: nearest
|
||||
ignore:
|
||||
- /ackhandlerlegacy/packet_linkedlist.go
|
||||
- /utils/byteinterval_linkedlist.go
|
||||
- /utils/packetinterval_linkedlist.go
|
||||
notify:
|
||||
status:
|
||||
project:
|
||||
default:
|
||||
threshold: 0.5
|
||||
patch:
|
||||
default:
|
||||
enabled: false
|
||||
- ackhandlerlegacy/packet_linkedlist.go
|
||||
- utils/byteinterval_linkedlist.go
|
||||
- utils/packetinterval_linkedlist.go
|
||||
status:
|
||||
project:
|
||||
default:
|
||||
threshold: 0.5
|
||||
patch: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue