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

Support GTIN-8 prefixes assigned to UK and Poland #384

Merged
merged 2 commits into from
Mar 23, 2025
Merged

Conversation

jodal
Copy link
Owner

@jodal jodal commented Mar 23, 2025

To make these exceptions possible to encode, the internal data structure for GS1 Prefixes was changed from using a list of prefix ranges to using a prefix trie, like the GS1 Company Prefix implementation already uses.

Fixes #162

Copy link

codecov bot commented Mar 23, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (c93de98) to head (bfa4d39).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #384   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           15        15           
  Lines         1061      1059    -2     
  Branches       106       106           
=========================================
- Hits          1061      1059    -2     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jodal jodal force-pushed the push-ppzwmlkmuzxq branch from 7955ec5 to bfa4d39 Compare March 23, 2025 12:09
@jodal jodal merged commit d9c1efc into main Mar 23, 2025
13 checks passed
@jodal jodal deleted the push-ppzwmlkmuzxq branch March 23, 2025 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

960, 961 & 9620 & 9624 have been assigned to GS1 UK for GTIN-8 allocation
1 participant