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

disco_info_form
Mickael Remond 6 years ago
parent c821267928
commit b3c11fb151
No known key found for this signature in database
GPG Key ID: E6F6045D79965AA3

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

Loading…
Cancel
Save