Files
codecov-action/entrypoint.sh
T

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)