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

9 lines
134 B
Bash

#!/bin/bash
# Exit if any subcommand fails
set -eu
echo "hello $1"
# execute codecov global
bash <(curl -s https://codecov.io/bash)