codecov-action
codecov-action copied to clipboard
GitHub Action that uploads coverage to Codecov :open_umbrella:
``` Run codecov/codecov-action@v4 with: flags: service env: JAVA_HOME: /home/runner/_work/_tool/Java_Temurin-Hotspot_jdk/21.0.4-7.0.LTS/arm64 JAVA_HOME_21_ARM64: /home/runner/_work/_tool/Java_Temurin-Hotspot_jdk/21.0.4-7.0.LTS/arm64 AWS_DEFAULT_REGION: us-east-1 AWS_REGION: us-east-1 AWS_ACCESS_KEY_ID: *** AWS_SECRET_ACCESS_KEY: *** CODECOV_TOKEN: *** evenName: pull_request baseRef: example:main | headRef: example:WBPR-1620 evenName: pull_request...
``` /home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov do-upload -f ./coverage.xml --git-service github info - 2024-08-18 20:32:33,524 -- ci service found: github-actions warning - 2024-08-18 20:32:33,532 -- No config file could be found. Ignoring config. warning...
Hi, We have GitHub Actions CI pipelines on both `macos-14` and `macos-13` runners. But on `macos-13` runner, we saw the following error: ``` Run codecov/codecov-action@v3 with: env: RUST_VERSION: stable DYLD_LIBRARY_PATH:...
Problem: The action when running on Windows fails to set the default codepage to UTF-8, it likely runs in the default one CP-1252. Example of source files containing non-ASCII characters...
Hi there, I've been using Codecov for many open-source and private repos because of it's feature-rich functionality. Thank you for providing this product to the open-source community! After the switch...
I have this GA [workflow](https://github.com/DiamondLightSource/httomolibgpu/blob/6b85ae8d4f61d6f5e6279c6edaad7c6d2432474d/.github/workflows/tests_run.yml) for my repository. I am trying to push code coverage to Codecov but it fails at the last step with the following error ⬇ I...
The action has a very significant feature of supporting tokenless coverage data uploads for pull requests from forks. This is quite a complex subject because it relates to the frequently...
Fixes #770 for real. Personally, I think this change belongs in the cli, but I decided that rewriting the argument parsing there was a much larger endeavor than this. Tests...
We should provide better auto-detection of CPU architectures as well as tests on this repo to ensure proper usage.
Current way to define flags forces them to apply to all files part of a single upload step. Ideally the flags should be per file and not per upload action....