-
Notifications
You must be signed in to change notification settings - Fork 85
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
Make some Java classes proper utilities #1790
Make some Java classes proper utilities #1790
Conversation
Made the design cleaner by marking Java classes as `final` and explicitly declaring their default constructors as `private`. This change makes the code coverage reports more accurate. Closes #4923.
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1790 +/- ##
============================================
+ Coverage 81.44% 81.68% +0.23%
- Complexity 0 562 +562
============================================
Files 357 393 +36
Lines 19603 21343 +1740
Branches 4434 4780 +346
============================================
+ Hits 15966 17433 +1467
- Misses 2794 2930 +136
- Partials 843 980 +137
☔ View full report in Codecov by Sentry. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
@TharmiganK do you know what is the reason of |
It seems to be an intermittent network failure. Re-triggered the check |
Now it passed. |
Purpose
Closes ballerina-platform/ballerina-library#4923.
Examples
Checklist