Files
codecov-action/entrypoint.sh
“ibrahim0814” 2dc29fac45 ensure args > 0
2019-08-06 18:02:35 -07:00

10 lines
127 B
Bash

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