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

GitHub Action that uploads coverage to Codecov :open_umbrella:

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

We have recently updated our CI workflow to use sharding in Jest to speed up the tests. The flow is something like this: - Job 1: Checkout, install and build....

bug
Area: Report Processing
Medium
Eng Area: Worker: Coverage Upload Processing
codecov/codecov-action

For quite a while I and various other co-developers have repeatedly been misled by stale annotations (e.g. https://github.com/pytest-dev/pytest/pull/13016/files#r1868983441), and once I finally decide to dig into it I found the...

Low
codecov/codecov-action

See log lines [here](https://github.com/pydata/sparse/actions/runs/12407694237/job/34638102414#step:6:238).

Area: Report Upload
Medium
codecov/codecov-action

I have 2 separate workflow files, one for build and the other one is for tests; once the build on commit parent finished successfully the test workflow will be triggered...

support
Low
codecov/codecov-action

See https://github.com/codecov/codecov-action/pull/1773#issuecomment-2671709581

codecov/codecov-action

**Describe the bug** See: https://github.com/sablierapp/sablier/actions/runs/13816748304/job/38654342539?pr=558#step:6:967 When using the following configuration: ```yaml - name: Upload coverage to Codecov if: ${{ !cancelled() }} uses: codecov/codecov-action@v5 with: use_oidc: true fail_ci_if_error: true ``` And...

bug
high
codecov/codecov-action

codecov action fails to upload a report from CI with the error message ``` Upload failed: {"message":"Repository not found"} ``` This is on the https://github.com/ChiSym/genjax repository. We recently moved this...

bug
codecov/codecov-action

Does this action work on GH merge queue events? For example, will status be polled on ``` merge_group: types: [checks_requested] ```

codecov/codecov-action