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

11 lines
183 B
Bash

#!/bin/bash
set -eu
if [ $# -eq 0 ]
then
echo "No arguments supplied. Please make sure to provide an upload token"
exit 1
fi
bash <(curl -s https://codecov.io/bash) -t $1