mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 20:57: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
|
set -e
|
||||||
|
|
||||||
if [ ${TESTMODE} == "unit" ]; then
|
if [ ${TESTMODE} == "unit" ]; then
|
||||||
cat quic-go.coverprofile > coverage.txt
|
cat `find . -name "*.coverprofile"` > coverage.txt
|
||||||
cat */*.coverprofile >> coverage.txt
|
|
||||||
bash <(curl -s https://codecov.io/bash) -f coverage.txt
|
bash <(curl -s https://codecov.io/bash) -f coverage.txt
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -4,8 +4,8 @@ coverage:
|
||||||
- ackhandler/packet_linkedlist.go
|
- ackhandler/packet_linkedlist.go
|
||||||
- h2quic/gzipreader.go
|
- h2quic/gzipreader.go
|
||||||
- h2quic/response.go
|
- h2quic/response.go
|
||||||
- utils/byteinterval_linkedlist.go
|
- internal/utils/byteinterval_linkedlist.go
|
||||||
- utils/packetinterval_linkedlist.go
|
- internal/utils/packetinterval_linkedlist.go
|
||||||
status:
|
status:
|
||||||
project:
|
project:
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue