Files
codecov-action/entrypoint.sh
2019-08-06 14:02:11 -07:00

7 lines
117 B
Bash

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