codecov-cli
codecov-cli copied to clipboard
Codecov's Command Line Interface. Used for uploading to Codecov in your CI, Test Labelling, Local Upload, and more
https://github.com/codecov/codecov-cli/actions/runs/13400377633 See deprecation messages above
**Describe the bug** We upload coverage from a GitHub Actions workflow: ```yaml - name: Upload code coverage uses: codecov/codecov-action@v4 with: directory: coverage/ files: "*,!.gitkeep" fail_ci_if_error: false verbose: true token: ${{...
This new command can be used to copy over the coverage report from one commit to another, without having to trigger new uploads. --- The commits for this feature: -...
This runs `ruff` autoformatting and fixing across the whole repo.
Run the command `make lint` and commit the changes.
Automates the spell checking made in: * #669
Fixes #634. The note about `set-output` is occurring because the workflow here is using an old version of `docker/setup-qemu-action`. Updating to the latest version, v3, should fix that. ~~The Ubuntu...