Files
codecov-action/entrypoint.sh
“ibrahim0814” 43eae61579 remove default token
2019-08-06 17:37:08 -07:00

11 lines
131 B
Bash

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