mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-21 17:46:58 -05:00
fix some bugs in coverall
This commit is contained in:
parent
e8ed88cc99
commit
a8726baa68
@ -32,7 +32,7 @@ echo "mode: set" | cat - coverallsorted.out > coverage.txt
|
|||||||
rm coverallsorted.out
|
rm coverallsorted.out
|
||||||
|
|
||||||
if [ "$FAIL" -eq 0 ]; then
|
if [ "$FAIL" -eq 0 ]; then
|
||||||
bash <(curl -s https://covercov.io/bash) || echo "Codecov did not collect coverage reports."
|
bash <(curl -s https://codecov.io/bash) -f coverage.txt || echo "Codecov did not collect coverage reports."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
rm -f coverage.txt
|
rm -f coverage.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user