codecov-action/entrypoint.sh
2019-08-06 17:37:08 -07:00

11 lines
No EOL
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