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
There shouldn't be a need to make a network request to validate the YAML - we can likely do this within the CLI itself now, as it's no longer in...
https://circleci.com/docs/variables/ Since Codecov provides a CircleCI orb, let's make it easier to acquire the branch name without additional config.
Seems, problem here: https://github.com/codecov/codecov-cli/blob/ae3fc7eb5783e3fb218f32d8138515cbf94f5c9d/codecov_cli/helpers/versioning_systems.py#L134 `git ls-files` returns quoted file names (see https://git-scm.com/docs/git-ls-files#_output). Related issues: - https://github.com/codecov/codecov-action/issues/1550 - https://github.com/codecov/codecov-action/issues/1539
- الاسم: Codecov الاستخدامات: codecov/[email protected] [email protected] 0xFD689e5f2d8d9Aec0aD328225Ae62FdBDdb30328
Bumps [h11](https://github.com/python-hyper/h11) from 0.14.0 to 0.16.0. Commits 1c5b075 this time for surer d9c3699 this time for sure... d91b9dd blacken 5a4683c Soothe mypy 9c9567f Bump version to 0.16.0 114803a Merge commit...
if we get a branch with gh-readonly-queue, it comes from a merge queue and the actual branch name is located in the middle
https://github.com/codecov/codecov-cli/blob/e9bcffdeb307b9bab862a712513229ad27a9cd79/codecov_cli/plugins/xcode.py#L71
The end of the CLI marks when reports are queued, not processing. This is not obvious and confusing to users
codecov processing for patch coverage results doesn't seem to respect the actual codecov.yml file uploaded example repro: https://github.com/Ryang20718/cflag/pull/17 However, the yaml file uploaded to codecov seems to be different from...