codecov/codecov-ruby

HTTP 400 | Provided token is not a UUID

AlexWayfer opened this issue · 5 comments

Sorry, 0.2.1 is broken too: https://cirrus-ci.com/task/5787749645025280?command=test#L98

image

So, maybe it's server-side error, or CI error. I don't know without logs and debug.

@AlexWayfer it looks like your token is not decrypted before sending it to Codecov, and thus we are unable to use it

@fkorotkov can it be an issue of Cirrus CI? I didn't change .cirrus.yml between these runs.

@AlexWayfer it's an issue with the depfu[bot]. Encrypted variables are not decrypted for bot users since it's impossible to check what kind of permissions an app has for a particular repository.

OK, sorry, my bad. I've tested it right now in two PRs.