1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-04-22 02:42:49 -04:00

Update coverall

This commit is contained in:
V2Ray 2015-11-06 13:56:33 +01:00
parent 5347673e00
commit a3a51b7b30

View File

@ -27,7 +27,7 @@ for DIR in $(find * -type d -not -path "*.git*"); do
fi
done
cat coverall.out | sort -t: -k1 > coverallsorted.out
cat coverall.out | sort -t: -k1 | grep -vw "testing" > coverallsorted.out
echo "mode: set" | cat - coverallsorted.out > coverall.out
rm coverallsorted.out