mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-08 03:57:26 +00:00
7 lines
No EOL
117 B
Bash
7 lines
No EOL
117 B
Bash
#!/bin/bash
|
|
|
|
# Exit if any subcommand fails
|
|
set -eu
|
|
|
|
# execute codecov global
|
|
bash <(curl -s https://codecov.io/bash) |