codecov-action
codecov-action copied to clipboard
`path_to_write_report` documented in v2 README.md but not implemented
It appears that the latest v2.0.2 version of codecov-action does not support path_to_write_report even though its documented in the README.
Github action log context. Excerpt from the log:
Warning: Unexpected input(s) 'path_to_write_report', valid inputs are ['token', 'files', 'directory', 'flags', 'commit_parent', 'dry_run', 'env_vars', 'fail_ci_if_error', 'file', 'functionalities', 'move_coverage_to_trash', 'name', 'override_branch', 'override_build', 'override_commit', 'override_pr', 'override_tag', 'root_dir', 'slug', 'url', 'verbose', 'working-directory']
Run codecov/codecov-action@v2
with:
files: ./coverage/coverage-final.json, ./coverage/jest/coverage-final.json
fail_ci_if_error: true
path_to_write_report: ./coverage/codecov_report.txt
verbose: true
env:
CI: 1
CYPRESS_CACHE_FOLDER: /home/runner/.cache/Cypress
npm_config_cache: /home/runner/.npm
TERM: xterm
==> SHASUM file signed by key id 806bb28aed779869
==> Uploader SHASUM verified (6434e7d376f412405ba0fc0d2cf6f085312b16160fc5b7972a9008caae1ea9ff codecov)
/home/runner/work/_actions/codecov/codecov-action/v2/dist/codecov -n -Q github-action-2.0.2 -Z -f ./coverage/coverage-final.json -f ./coverage/jest/coverage-final.json -C c4b76eb13e70da8f5779448a9418932cc0561345 -v
Any news on this? I have the same problem as you can see below: https://github.com/Ismoh/NoitaMP/actions/runs/1593103194
For completeness, it was last supported in
https://github.com/codecov/codecov-action/blob/v1.5.2/action.yml#L80 https://github.com/codecov/codecov-action/blob/29386c70ef20e286228c72b668a06fd0e8399192/action.yml#L80 And was never supported in v2 or v3.