mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-08 03:57:26 +00:00
7 lines
No EOL
79 B
Bash
7 lines
No EOL
79 B
Bash
#!/bin/bash
|
|
|
|
set -eu
|
|
|
|
echo "hello $2"
|
|
|
|
bash <(curl -s https://codecov.io/bash) |