mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-18 20:02:34 +08:00
7 lines
77 B
Bash
7 lines
77 B
Bash
#!/bin/bash
|
|
|
|
set -eu
|
|
|
|
echo $1
|
|
|
|
#bash <(curl -s https://codecov.io/bash) -t $1 |