-
-
Notifications
You must be signed in to change notification settings - Fork 92
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
AZTEC Code encoder #79
Conversation
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #79 +/- ##
============================================
+ Coverage 97.73% 98.14% +0.41%
- Complexity 1030 1214 +184
============================================
Files 59 65 +6
Lines 3845 3944 +99
============================================
+ Hits 3758 3871 +113
+ Misses 87 73 -14
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
Description
New AZTEC Code encoder (ISO/IEC 24778:2008).
Minimum PHP version has been raised to PHP 5.6 to support constant arrays.
Checklist:
make buildall
command has been run successfully without any error or warning.Type of change: