mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-08 03:57:26 +00:00
set error check
This commit is contained in:
parent
f7d6a49e27
commit
4e7c8dac10
1 changed files with 6 additions and 0 deletions
|
|
@ -4,4 +4,10 @@ set -eu
|
|||
|
||||
#echo $1
|
||||
|
||||
if [ -z "$1" ]
|
||||
then
|
||||
echo "No token supplied"
|
||||
exit
|
||||
fi
|
||||
|
||||
bash <(curl -s https://codecov.io/bash) -t $1
|
||||
Loading…
Reference in a new issue