Merge pull request #3 from codecov/thomasrockhu-patch-1

Better error message
This commit is contained in:
Ibrahim Ali
2019-08-07 22:43:29 -07:00
committed by GitHub

View File

@@ -54,6 +54,6 @@ elif [ "x$INPUT_NAME" != "x" ]
then
bash <(curl -s https://codecov.io/bash) -n $INPUT_NAME
else
echo "error"
echo "Please provide valid arguments"
exit 1
fi
fi