codecov-circleci-orb icon indicating copy to clipboard operation
codecov-circleci-orb copied to clipboard

Results 17 codecov-circleci-orb issues
Sort by recently updated
recently updated
newest added

Running a job in circleCI arm64 arch fails as `codecov/upload` downloads the binary for amd64 `Detected linux Downloading https://cli.codecov.io/la****/linux/codecov ` Log: `./"codecov" create-commit -t /bin/bash: line 40: ./codecov: cannot execute...

bug

This change adds a guard to a flag to ensure that the `eval` will produce a value. Without this change, a flag like `my-flag` will go through the `eval` as...

Using the executor `macOS: {xcode: 15.1.0}` and orb version 4.0.1, I see the following log for the "Validate Codecov Uploader" step: ``` gpg: directory '/Users/distiller/.gnupg' created gpg: /Users/distiller/.gnupg/trustdb.gpg: trustdb created...

bug

My team (from Included Health, a Codecov customer) has a couple of monorepos that need to upload coverage data. The [orb docs](https://circleci.com/developer/orbs/orb/codecov/codecov) seem to indicate that we could associate multiple...

bug

See: https://github.com/codecov/codecov-circleci-orb/pull/174 Two different errors happen for flags with `.` and `-` in the name. For `-`: ``` [2023-10-26T18:11:27.831Z] ['error'] There was an error running the uploader: undefined is not...

Replicate `when: ` from `"Download Codecov Uploader"` step in `"Upload Coverage Results"` and `"Validate Codecov Uploader"`.

Hello, Having some trouble getting circleci integrated with codecov. Consistently getting the below trace. ``` ./"codecov" create-commit -t info - 2024-07-11 22:14:02,575 -- ci service found: circleci warning - 2024-07-11...

bug
Area: Report Upload
Medium

The `upload_args` is applied twice to the command: - `set - "${@}" "${PARAM_UPLOAD_ARGS}"` - `${PARAM_UPLOAD_ARGS} \`

bug
Area: Report Upload
Medium