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

Codecov's Command Line Interface. Used for uploading to Codecov in your CI, Test Labelling, Local Upload, and more

Results 72 codecov-cli issues
Sort by recently updated
recently updated
newest added

it's no longer necessary for us to use the X-Tokenless header to provide tokenless information to the API, the information in the regular request bodies will suffice.

This issue is basically https://github.com/codecov/uploader/issues/849 for the modern era. 😄 The move from the Node.js-based uploader to the Python-based CLI means that coverage can now be submitted from FreeBSD, e.g....

enhancement
codecov/codecov-cli

When using CLI v0.6.0 I'm running into an issue where XML files are being treated as directories. The XML files are Cobertura-style results being generated from the [xcresultparser](https://github.com/a7ex/xcresultparser) tool. Reverting...

bug
Area: Report Upload
Medium

Fixes: https://github.com/codecov/engineering-team/issues/1713

Please add `list_relevant_files` for the None versioning system of the CLI. It can't find repo files if git is not installed, resulting in a missing network.

bug
Area: Report Upload
Low

This uses the `vmactions/freebsd-vm` GitHub Action to build an asset for FreeBSD alongside the existing assets. See #438 for context. The build steps as written produce a working binary on...

Hi! I've come across codecov-cli and am trying to use it with a self-hosted codecov instance. I found that in `codecov/uploader`, it is possible to upload the result bundle (xcresult)...

bug
Area: Report Upload
Medium
Eng Area: CLI: General
codecov/codecov-cli

https://github.com/codecov/codecov-cli/blob/main/README.md#create-commit https://github.com/codecov/codecov-cli/blob/88b7c7125fef68fe2e8fbf1d94a1feec81e173d3/README.md?plain=1#L132-L144 However, the sibling repository passes it: https://github.com/codecov/codecov-action/blob/f691d469fbba7b31a1cb026e3a2f86e28c9dcdb6/src/buildExec.ts#L87 https://github.com/codecov/codecov-action/blob/f691d469fbba7b31a1cb026e3a2f86e28c9dcdb6/src/buildExec.ts#L130-L131

documentation

**Is your feature request related to a problem? Please describe.** Downloading the Codecov CLI, e.g. using the CircleCI Orb, requires a build environment that has `curl` and other tools available....

documentation
enhancement
codecov/codecov-cli

On our CI workers, codecov-cli fails with this error: ``` info - 2024-02-29 14:43:10,795 -- ci service found: buildkite info - 2024-02-29 14:43:10,931 -- Process Commit creating complete error -...

bug