If codecov script is not available, do not try to upload

This commit is contained in:
Mickael Remond 2018-01-15 12:52:16 +01:00
parent c821267928
commit b3c11fb151
No known key found for this signature in database
GPG key ID: E6F6045D79965AA3

View file

@ -11,4 +11,6 @@ for d in $(go list ./... | grep -v vendor); do
fi fi
done done
./codecov.sh if [ -f "./codecov.sh" ]; then
./codecov.sh
fi