-
Notifications
You must be signed in to change notification settings - Fork 17
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
Add constraint support for number of digits #102
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #102 +/- ##
============================================
+ Coverage 86.73% 87.92% +1.18%
- Complexity 202 315 +113
============================================
Files 21 38 +17
Lines 460 712 +252
Branches 84 136 +52
============================================
+ Hits 399 626 +227
- Misses 44 56 +12
- Partials 17 30 +13
☔ View full report in Codecov by Sentry. |
b722bf2
to
02d17de
Compare
ecc1419
to
0780714
Compare
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.
LGTM
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Purpose
Fixes: ballerina-platform/ballerina-library#5081
Examples
Checklist