Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

path_to_write_report documented in v2 README.md but not implemented #476

Closed
ivelin opened this issue Aug 14, 2021 · 2 comments · Fixed by #851
Closed

path_to_write_report documented in v2 README.md but not implemented #476

ivelin opened this issue Aug 14, 2021 · 2 comments · Fixed by #851

Comments

@ivelin
Copy link

ivelin commented Aug 14, 2021

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
@Ismoh
Copy link

Ismoh commented Dec 17, 2021

Any news on this?
I have the same problem as you can see below:
https://github.com/Ismoh/NoitaMP/actions/runs/1593103194

@jsoref
Copy link
Contributor

jsoref commented Oct 16, 2022

For completeness, it was last supported in

https://github.com/codecov/codecov-action/blob/v1.5.2/action.yml#L80

path_to_write_report:

And was never supported in v2 or v3.

HardNorth added a commit to reportportal/agent-python-pytest that referenced this issue Nov 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants