-
Notifications
You must be signed in to change notification settings - Fork 94
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
🐛 CI should pass when on codecov upload fail. #396
🐛 CI should pass when on codecov upload fail. #396
Conversation
06329a8
to
2a5cf3a
Compare
Signed-off-by: GitHub <noreply@github.com>
2a5cf3a
to
1338cd9
Compare
/assign @qiujian16 |
@@ -69,7 +69,7 @@ jobs: | |||
flags: unit | |||
name: unit | |||
verbose: true | |||
fail_ci_if_error: true | |||
fail_ci_if_error: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add a TODO like change this back when we find a way to stabilize it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's a good point to discuss on, I prefer leave it be to false. And if codecov continously being unstable we transfer to another tool.
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: qiujian16, xuezhaojun The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
603a92c
into
open-cluster-management-io:main
Summary
Codecov becomes because github api outage sometimes. Change to pass CI job when the codecov upload is failed.
Related issue(s)
codecov/codecov-action#926