-
-
Notifications
You must be signed in to change notification settings - Fork 400
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
feat: support percentage range #9224
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #9224 +/- ##
==========================================
+ Coverage 44.30% 49.01% +4.70%
==========================================
Files 64 66 +2
Lines 20333 20422 +89
Branches 4891 4904 +13
==========================================
+ Hits 9008 10009 +1001
+ Misses 10150 9144 -1006
- Partials 1175 1269 +94 ☔ View full report in Codecov by Sentry. |
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.
Great !
Co-authored-by: Alex Garel <alex@openfoodfacts.org>
Kudos, SonarCloud Quality Gate passed! |
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.
Thanks!
What
allow range in percentage.
Example: kakao prah smanjene masti (10-12%) in https://hr.openfoodfacts.org/product/3858886803621
proposed solution: ignore first part of the range, i.e. keep upper value only.
kakao prah smanjene masti (10-12%) -> kakao prah smanjene masti (12%)
Related issue(s) and discussion