codecov-action icon indicating copy to clipboard operation
codecov-action copied to clipboard

GitHub Action that uploads coverage to Codecov :open_umbrella:

Results 209 codecov-action issues
Sort by recently updated
recently updated
newest added

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.0 to 4.3.1. Release notes Sourced from actions/upload-artifact's releases. v4.3.1 Bump @​actions/artifacts to latest version to include updated GHES host check Commits 5d5d22a Merge pull request #515...

dependencies
github_actions

After upgrading to v4, the pgp key configured for our code coverage repo cannot be imported. This doesn't stop uploads from succeeding unless you set `fail_ci_if_error: true` ``` Run codecov/codecov-action@v4...

bug

When switching from a working v3 setup to the new v4, we encounter this error 10-20% of the time in a high volume monorepo. Re-runs succeed on the 2nd or...

bug

I have a [library in python](https://github.com/trouchet/eule). I like it very much. In January, it stopped uploading the code coverage, without an action from my side for such. I use the...

When running v4 of this action on RHEL 8.5, the process fails with a glibc versioning error. https://github.com/firedancer-io/firedancer/actions/runs/7817585998/job/21325836763#step:9:2 ``` ==> linux OS detected https://cli.codecov.io/latest/linux/codecov.SHA256SUM ==> Running version latest gpg: key...

bug

After upgrading to v4, the upload step consistently fails with this message: ``` debug - 2024-02-07 17:18:18,054 -- Running preparation plugin: info - 2024-02-07 17:18:18,054 -- Generating coverage.xml report in...

Currently, the action always downloads the codecov-cli binary: https://github.com/codecov/codecov-action/blob/a9883cc0b21bfacae39d8ccace5c36d00ed01ece/src/index.ts#L42 This causes trouble in some environments where networking access is restricted (also see #700) or if the action should use a...

PyPI recently did this: - https://blog.pypi.org/posts/2023-04-20-introducing-trusted-publishers/ - https://docs.pypi.org/trusted-publishers/ So now, for publishing a package on PyPI, the author no longer needs to store a PyPI token in the repo's secrets,...

This commit adds the useCwd uploader option to the action. Note: not sure why there's such big difference in the files in the dist directory)

adds support for using Github OIDC that was requested https://github.com/codecov/feedback/issues/53 so after this, the codecov-action itself supports following: ``` jobs: build: permissions: # these are needed after oidc change id-token:...