codecov-cli
codecov-cli copied to clipboard
having BUILDKITE_PIPELINE_SLUG set makes codecov-cli unhappy
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 - 2024-02-29 14:43:10,932 -- Commit creating failed: ["Repository not found"]
Seems to be from the env variable BUILDKITE_PIPELINE_SLUG that is set by buildkite to the pipeline name. In our case BUILDKITE_PIPELINE_SLUG=search-pr-tests
unsetting this before running codecov-cli fixes the issue