mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 04:37:36 +03:00
fix Codecov for the internal package
This commit is contained in:
parent
c0b09c8646
commit
21553272e7
2 changed files with 3 additions and 4 deletions
|
@ -3,7 +3,6 @@
|
|||
set -e
|
||||
|
||||
if [ ${TESTMODE} == "unit" ]; then
|
||||
cat quic-go.coverprofile > coverage.txt
|
||||
cat */*.coverprofile >> coverage.txt
|
||||
cat `find . -name "*.coverprofile"` > coverage.txt
|
||||
bash <(curl -s https://codecov.io/bash) -f coverage.txt
|
||||
fi
|
||||
|
|
|
@ -4,8 +4,8 @@ coverage:
|
|||
- ackhandler/packet_linkedlist.go
|
||||
- h2quic/gzipreader.go
|
||||
- h2quic/response.go
|
||||
- utils/byteinterval_linkedlist.go
|
||||
- utils/packetinterval_linkedlist.go
|
||||
- internal/utils/byteinterval_linkedlist.go
|
||||
- internal/utils/packetinterval_linkedlist.go
|
||||
status:
|
||||
project:
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue