mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-11-23 12:02:58 -05:00
try codecov.io
This commit is contained in:
@@ -28,11 +28,11 @@ for DIR in $(find * -type d -not -path "*.git*"); do
|
||||
done
|
||||
|
||||
cat coverall.out | sort -t: -k1 | grep -vw "testing" > coverallsorted.out
|
||||
echo "mode: set" | cat - coverallsorted.out > coverall.out
|
||||
echo "mode: set" | cat - coverallsorted.out > coverage.txt
|
||||
rm coverallsorted.out
|
||||
|
||||
if [ "$FAIL" -eq 0 ]; then
|
||||
$HOME/gopath/bin/goveralls -v -coverprofile=coverall.out -service=travis-ci -repotoken $COVERALLS_TOKEN
|
||||
bash <(curl -s https://covercov.io/bash)
|
||||
fi
|
||||
|
||||
rm -f coverall.out
|
||||
|
||||
Reference in New Issue
Block a user