Skip to content
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

fix: drop Encode::Punycode (no longer used) #9987

Merged
merged 1 commit into from
Mar 23, 2024
Merged

fix: drop Encode::Punycode (no longer used) #9987

merged 1 commit into from
Mar 23, 2024

Conversation

eseyman
Copy link
Contributor

@eseyman eseyman commented Mar 23, 2024

It appears ProductOpener::Store does not use Encode::Punycode to normalize strings but uses the tr and s instructions.

@eseyman eseyman requested a review from a team as a code owner March 23, 2024 14:46
Copy link

sonarcloud bot commented Mar 23, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link
Contributor

@stephanegigandet stephanegigandet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@stephanegigandet stephanegigandet enabled auto-merge (squash) March 23, 2024 15:51
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 49.47%. Comparing base (dc04d18) to head (c6596e6).
Report is 148 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9987      +/-   ##
==========================================
- Coverage   49.54%   49.47%   -0.08%     
==========================================
  Files          67       71       +4     
  Lines       20650    21046     +396     
  Branches     4980     5047      +67     
==========================================
+ Hits        10231    10412     +181     
- Misses       9131     9343     +212     
- Partials     1288     1291       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

auto-merge was automatically disabled March 23, 2024 16:40

Base branch was modified

@stephanegigandet stephanegigandet merged commit 2a30272 into openfoodfacts:main Mar 23, 2024
12 of 13 checks passed
alexgarel pushed a commit to smonff/openfoodfacts-server that referenced this pull request Mar 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants