Files
codecov-action/entrypoint.sh
T

7 lines
79 B
Bash

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