Receiving error when uploading coverage from circleci for public repository

Description

Receiving error when uploading coverage from circleci for public repository.

Repository

Versions

circleci/node Docker container

Additional Information

Here are the logs from a PR build (same happens on default branch).

https://codecov.io/upload/v4?package=bash-8a28df4&token=secret&branch=pull%2F5&commit=aba9bcc218ee36b49c9f994dacceaf81f49784a9&build=19&build_url=&name=19&tag=&slug=lithic-io%2Fimmdux&service=circleci&flags=&pr=5&job=0

HTTP 400

Provided token is not a UUID.

I have such problem with Cirrus CI: Cirrus CI

I’m not sure is it related.

@AlexWayfer, you are passing in secret as opposed to the actual token.

1 Like

Sorry, I forget that bots have no access to encrypted variables in Cirrus CI, it’s my fault. Resolved by rebase from my account.