diff --git a/action.yml b/action.yml index 4403417..291ddb0 100644 --- a/action.yml +++ b/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' \ No newline at end of file + # -f ${inputs.file} \ + # -t ${inputs.token} \ + # -y ${inputs.conf} \ + # -F ${inputs.flags} \ + # -Z || echo 'Codecov upload failed' \ No newline at end of file