codecov-action/entrypoint.sh
2019-08-06 15:05:12 -07:00

7 lines
No EOL
79 B
Bash

#!/bin/bash
set -eu
echo "hello $2"
bash <(curl -s https://codecov.io/bash)