-
Notifications
You must be signed in to change notification settings - Fork 114
TypeError: Cannot read property 'startsWith' of undefined #284
Comments
@FezVrasta I think we were having some issues server-side that had us not returning a proper To be clear, we should fix the uploader to be more transparent of the error as opposed to what you saw here, but I wanted to make sure you weren't blocked. |
I still experienced this problem yesterday. I'll keep it monitored today. Thanks! |
I'm seeing the same error with the same stack trace now... How can we workaround this? |
I can confirm I'm still seeing these errors. |
Considered Codecov doesn't seem to be interested in fixing this issue I suppose for now I'll go with |
I am running in to this as well. To be honest the Codecov sign up / Github connection / setup process leaves a lot to be desired. |
Update, we had to remove it because the retry trick didn't work |
This can be worked around by using bash version of codecov so that
becomes
hope this helps. |
Because of codecov/codecov-node#284 codecov reporting is sometimes failing. With the new default node v15 option of '--unhandled-rejections=strict', this results in the occasional non-zero exit status, which breaks our node v15 builds. This changes to ignore that exit status.
Because of codecov/codecov-node#284 codecov reporting is sometimes failing. With the new default node v15 option of '--unhandled-rejections=strict', this results in the occasional non-zero exit status, which breaks our node v15 builds. This changes to ignore that exit status.
Ref: codecov/codecov-node#284 PR-URL: #96 Reviewed-BY: hyj1991 <yeekwanvong@gmail.com>
Having the same issue. If, maybe, they're still investigating the issue, at least a workaround from codecov would be nice. |
I had the same problem with codecov nodemodule and decided to dig deeper into the code. The problem in my case is that the token which I am using is invalid. I detected the root problem by logging the |
Also happens in the following circumstances:
Then 100% of the time I get |
I’m seeing this for external GitLab merge requests (for example appsemble/appsemble!1917), but not for internal ones. |
It’s broken for merge requests from external contributors due to codecov API changes. codecov/codecov-node#284
I released |
includes codecov update from codecov/codecov-node#284
includes codecov update from codecov/codecov-node#284
includes codecov update from codecov/codecov-node#284
Hi, we run Codecov with
npx codecov --token=${CODECOV_TOKEN}
and starting from last week we started seeing these sporadic errors:Running the CI build again usually fixes it, are you aware of the issue?
The text was updated successfully, but these errors were encountered: