mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-30 22:42:38 +08:00
7 lines
79 B
Bash
7 lines
79 B
Bash
#!/bin/bash
|
|
|
|
set -eu
|
|
|
|
echo "hello $1"
|
|
|
|
bash <(curl -s https://codecov.io/bash) |