Files
codecov-action/entrypoint.sh
T

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