-
Notifications
You must be signed in to change notification settings - Fork 929
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: Fix CI failures after branch adjustment #2280
Conversation
You have successfully added a new SonarCloud configuration ``. As part of the setup process, we have scanned this repository and found no existing alerts. In the future, you will see all code scanning alerts on the repository Security tab. |
7f21691
to
10e0167
Compare
8b5c4df
to
83f24c5
Compare
Signed-off-by: Xuewei Niu <justxuewei@apache.org>
Go formatter whose version is above 1.19 formats comments as well, see: https://go.dev/blog/go1.19. Signed-off-by: Xuewei Niu <justxuewei@apache.org>
83f24c5
to
e7ad8fb
Compare
You have successfully added a new CodeQL configuration |
e7ad8fb
to
e9a6e8c
Compare
Kudos, SonarCloud Quality Gate passed! |
Codecov Report
@@ Coverage Diff @@
## main #2280 +/- ##
=======================================
Coverage ? 43.90%
=======================================
Files ? 284
Lines ? 17418
Branches ? 0
=======================================
Hits ? 7647
Misses ? 8963
Partials ? 808 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@zhaoyunxing92 I just reverted the Go version upgrade, as it breaks the CI testing somehow. I think we should file an issue and open a pull request to do upgrade. |
@AlexStocks @zhaoyunxing92 @chickenlj PTAL. The CI issues block all of pull requests for now. |
This reverts commit a633946.
What this PR does:
Which issue(s) this PR fixes:
Fixes #2281
You should pay attention to items below to ensure your pr passes our ci test
We do not merge pr with ci tests failed