mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-23 20:27:02 +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 |