openssh-rust / openssh

Scriptable SSH through OpenSSH in Rust
Apache License 2.0
232 stars 35 forks source link

Codecog upload error #115

Closed NobodyXu closed 1 year ago

NobodyXu commented 1 year ago

There seems to be a codecov uploading error in the CI:

[2023-03-20T13:13:27.169Z] ['info'] Pinging Codecov: https://codecov.io/upload/v4?package=github-action-3.1.1-uploader-0.3.5&token=*******&branch=master&build=4468562670&build_url=https%3A%2F%2Fgithub.com%2Fopenssh-rust%2Fopenssh%2Factions%2Fruns%2F4468562670&commit=145085b848dffef4160bce864ae4aafbfb1a2151&job=coverage&pr=&service=github-actions&slug=openssh-rust%2Fopenssh&name=&tag=&flags=&parent=
[2023-03-20T13:13:27.574Z] ['error'] There was an error running the uploader: Error uploading to [https://codecov.io:](https://codecov.io/) Error: There was an error fetching the storage URL during POST: 404 - {'detail': ErrorDetail(string='Unable to locate build via Github Actions API. Please upload with the Codecov repository upload token to resolve issue.', code='not_found')}
Error: Codecov: Failed to properly upload: The process '/home/runner/work/_actions/codecov/codecov-action/v3/dist/codecov' failed with exit code 255

@jonhoo Could it be some of the token you setup expired?

jonhoo commented 1 year ago

Hmm, that's weird — I don't think we've changed anything there recently. And none of the tokens were set up manually or with expiration. I think this may just be a case of codecov being down?

NobodyXu commented 1 year ago

Hmm, that's weird — I don't think we've changed anything there recently. And none of the tokens were set up manually or with expiration. I think this may just be a case of codecov being down?

Not sure about that. I can access https://codecov.io here in Australia, so I have no idea where goes wrong in the CI.

jonhoo commented 1 year ago

Yeah, I think they specifically were having problems in the US. If you retry now does it work?

NobodyXu commented 1 year ago

Yes, it worked fine now!