mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-08 03:57:26 +00:00
only curl
This commit is contained in:
parent
2259c5b337
commit
1b962dd38a
1 changed files with 5 additions and 5 deletions
10
action.yml
10
action.yml
|
|
@ -21,8 +21,8 @@ runs:
|
|||
using: 'node12'
|
||||
main: |
|
||||
curl -s https://codecov.io/bash | bash -s -- \
|
||||
-f ${inputs.file} \
|
||||
-t ${inputs.token} \
|
||||
-y ${inputs.conf} \
|
||||
-F ${inputs.flags} \
|
||||
-Z || echo 'Codecov upload failed'
|
||||
# -f ${inputs.file} \
|
||||
# -t ${inputs.token} \
|
||||
# -y ${inputs.conf} \
|
||||
# -F ${inputs.flags} \
|
||||
# -Z || echo 'Codecov upload failed'
|
||||
Loading…
Reference in a new issue