mirror of
https://github.com/codecov/codecov-action
synced 2026-09-14 20:13:46 +00:00
only curl
This commit is contained in:
+5
-5
@@ -21,8 +21,8 @@ runs:
|
|||||||
using: 'node12'
|
using: 'node12'
|
||||||
main: |
|
main: |
|
||||||
curl -s https://codecov.io/bash | bash -s -- \
|
curl -s https://codecov.io/bash | bash -s -- \
|
||||||
-f ${inputs.file} \
|
# -f ${inputs.file} \
|
||||||
-t ${inputs.token} \
|
# -t ${inputs.token} \
|
||||||
-y ${inputs.conf} \
|
# -y ${inputs.conf} \
|
||||||
-F ${inputs.flags} \
|
# -F ${inputs.flags} \
|
||||||
-Z || echo 'Codecov upload failed'
|
# -Z || echo 'Codecov upload failed'
|
||||||
Reference in New Issue
Block a user