ipfs-inactive / dev-team-enablement

[ARCHIVED] Dev Team Enablement Working Group
3 stars 1 forks source link

Add code coverage uploading debug #144

Open victorb opened 5 years ago

victorb commented 5 years ago

In case of code coverage uploading failing, we should dump the response of the codecov API so we can troubleshoot further.

Should take care that the API doesn't respond with the access keys as well.

vmx commented 5 years ago

It seems to be fixed as seen on the output at https://github.com/ipfs/testing/issues/154.

victorb commented 5 years ago

@vmx no, but that issue is a illustration of the problem. Right now, the little program we use for parsing the response, is crashing and while it's doing so, doesn't show the actual response from codecov.

There is something else than JSON in the response from codecov, and it's that response that we should show instead of the program exception.

daviddias commented 5 years ago

Still an issue?