Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fail_ci_if_error: true doesn't catch errors when uploaded file is "unusable report" #1090

Closed
imnasnainaec opened this issue Sep 15, 2023 · 3 comments

Comments

@imnasnainaec
Copy link

This workflow passed, having received confirmation of a successful upload from Codecov: https://github.com/sillsdev/TheCombine/actions/runs/6201630609/job/16838759090#step:4:35

But when I go to Codecov, it says that there was an error: https://app.codecov.io/github/sillsdev/TheCombine/commit/b861bc7a56a9df62efca1fd460c45a9f99ad5a93

@thomasrockhu-codecov
Copy link
Contributor

@imnasnainaec this is correct behavior. The action is in charge of uploading the file to Codecov, but since processing of the file is an async task, we don't wait and block CI.

@imnasnainaec
Copy link
Author

@thomasrockhu-codecov Thanks for the reply. Is there any other action that can be used to query the success of the upload processing?

@thomasrockhu-codecov
Copy link
Contributor

@imnasnainaec there is this API call which has the state field

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants