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

Hi, we use the codecov action to push our coverage. However when the action runs, it seems to prepend some text to the generated coverage xml files. These files we...

The [Codecov Quick Start docs](https://docs.codecov.com/docs/quick-start) specify two things that don't seem to be needed when using this action: 1. GitHub App Integration 2. Codecov Uploader It'll be helpful to specify...

I've setup the action and made coverage drop by 10%. The CI passed even though the flag to fail the CI is on. How can I make the CI fail...

https://github.com/codecov/codecov-action/blob/e3c560433a6cc60aec8812599b7844a7b4fa0d71/src/buildExec.ts#L132-L139 Coverage changed in https://github.com/codecov/codecov-action/pull/690 for seemingly no reason. The reports say otherwise: - https://codecov.io/api/gh/codecov/codecov-action/download/build?path=v4/raw/2022-04-05/EFB5334892C4A701EAE431729013DA8F/e3c560433a6cc60aec8812599b7844a7b4fa0d71/59998752-6b3b-4c2d-a0b6-65c849e92c19.txt - https://codecov.io/api/gh/codecov/codecov-action/download/build?path=v4/raw/2022-04-05/EFB5334892C4A701EAE431729013DA8F/2c83f35c201827cc1b2a250b2546ca9378d632f9/15f439bd-41a5-4a48-a47f-e4d3193e932a.txt ```diff diff --git a/1.json b/2.json index 9c0d047..ef411ff 100644 --- a/1.json +++ b/2.json @@...

Hi, We keep experiencing the CodeCov Action failing. - The error is frequently about not being able to write the uploader binary. - The failure happens probably once every 50-75...

By using the pipeline example provided in your documentation, the coverage.xml gets generated, but then the pipeline fails, saying no tests ran in 0.15s = Details integration: Django app (python)....

Tried updating to V2 in my actions for a C++ project which uses catch2 for tests. This change broke the coverage upload, because no files were found: ``` ==> linux...

A recent change in `codecov-action@v2` (?? update from v0.1.15 to v0.1.16 ???) apparently caused our CI uploads to be incomplete (see https://github.com/gap-system/gap/issues/4752 ; a file named `gap-coverage.json` used to be...

### **Description:** I am currently having issues sending coverage reports due to the action not picking up the report even though it exists. I am the owner and maintainer of...

This action doesn't appear to work inside of Docker (Alpine Linux): ``` Error: Codecov: Failed to properly upload: There was an error when attempting to execute the process '/__w/_actions/codecov/codecov-action/v2.0.3/dist/codecov'. This...