[Feature][Task Plugin] Increase zeppelin task stability in production#11010
[Feature][Task Plugin] Increase zeppelin task stability in production#11010Amy0104 merged 6 commits intoapache:devfrom
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.
|
| return "ZeppelinParameters{" | ||
| + "noteId='" + noteId + '\'' | ||
| + ", paragraphId='" + paragraphId + '\'' | ||
| + ", paragraphId='" + paragraphId + '\'' |
There was a problem hiding this comment.
Can you help to also refactor this class to use lombok annotations?
There was a problem hiding this comment.
@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~ |
|
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. |








Purpose of the pull request
Brief change log
Verify this pull request