Files
codecov-action/entrypoint.sh
“ibrahim0814” 4e7c8dac10 set error check
2019-08-06 17:19:19 -07:00

13 lines
141 B
Bash

#!/bin/bash
set -eu
#echo $1
if [ -z "$1" ]
then
echo "No token supplied"
exit
fi
bash <(curl -s https://codecov.io/bash) -t $1