-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
[Feature][Task Plugin] Increase zeppelin task stability in production #11010
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #11010 +/- ##
============================================
- Coverage 40.36% 40.35% -0.01%
+ Complexity 4865 4864 -1
============================================
Files 943 943
Lines 37061 37062 +1
Branches 4068 4070 +2
============================================
Hits 14958 14958
Misses 20600 20600
- Partials 1503 1504 +1
Continue to review full report at Codecov.
|
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.
Backend part LGTM.
@Override | ||
public String toString() { | ||
return "ZeppelinParameters{" | ||
+ "noteId='" + noteId + '\'' | ||
+ ", paragraphId='" + paragraphId + '\'' | ||
+ ", paragraphId='" + paragraphId + '\'' |
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.
Can you help to also refactor this class to use lombok annotations?
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.
@kezhenxu94 Certainly yes! I'm a lombok fan
, lol.
Coverage seems decreasing, is it because of |
Hi @kezhenxu94, could you plz take another look when available? Thx~ |
…est coverage
Kudos, SonarCloud Quality Gate passed! |
Nailed it. [AT]Data annotation generates too much unrelated stuff. Replacing it with [AT] Setters, Getters, ToString fixes the test coverage. |
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.
backend part LGTM
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.
The front end part LGTM.
Purpose of the pull request
Brief change log
Verify this pull request