fix Codecov for the internal package

This commit is contained in:
Marten Seemann 2017-06-09 22:30:19 +02:00
parent c0b09c8646
commit 21553272e7
No known key found for this signature in database
GPG key ID: 3603F40B121FCDEA
2 changed files with 3 additions and 4 deletions

View file

@ -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

View file

@ -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: