diff --git a/entrypoint.sh b/entrypoint.sh index aac719b..5cb8ea0 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -5,7 +5,7 @@ set -eu if [ $# -eq 0 ] then echo "No arguments supplied. Please make sure to provide an upload token" - exit + exit 1 fi bash <(curl -s https://codecov.io/bash) -t $1 \ No newline at end of file