codecov/codecov-ruby

`0.2.0` and `0.1.20` worked, but becomes broken

Closed this issue · 9 comments

Same here, seems there is some problems on back-end

seeing this problem right now.

->  Uploading to Codecov
https://codecov.io//upload/v2?token=x&flags&package=ruby-0.2.0&branch=sb%2F16-setup-ci&commit=c987544b38779b9bc799beecb09544dfca381126.rvm/gems/ruby-2.6.5@event-capture-api/gems/json-2.3.1/lib/json/common.rb:263:in `parse': 784: unexpected token at '<!DOCTYPE html> (JSON::ParserError)
<html lang="en">
<head>

looks like someone changed the codecov BE to return html, not JSON as it was expecting :)

Hi @steveburkett, can you share a build URL for the above?

@AlexWayfer, for your case, the token you are providing is not a UUID. Can you double-check how you are supplying CODECOV_TOKEN?

@AlexWayfer, for your case, the token you are providing is not a UUID. Can you double-check how you are supplying CODECOV_TOKEN?

Yes, it's encrypted by Cirrus CI.

We just released 0.2.1 of the gem, would you be able to see what happens now?

@thomasrockhu that fixed it! awesome!

We just released 0.2.1 of the gem, would you be able to see what happens now?

Now it works as I see, thank you.