codecov-action
codecov-action copied to clipboard
GitHub Action that uploads coverage to Codecov :open_umbrella:
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....
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...
See log lines [here](https://github.com/pydata/sparse/actions/runs/12407694237/job/34638102414#step:6:238).
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...
See https://github.com/codecov/codecov-action/pull/1773#issuecomment-2671709581
**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...
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...
Does this action work on GH merge queue events? For example, will status be polled on ``` merge_group: types: [checks_requested] ```