-
Notifications
You must be signed in to change notification settings - Fork 164
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
Implement lab 04 numeronym #518
Conversation
Implement functions Implement tests
Codecov Report
@@ Coverage Diff @@
## master #518 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 72 73 +1
Lines 1262 1275 +13
=====================================
+ Hits 1262 1275 +13
Continue to review full report at Codecov.
|
Add test cases for unicode Modify numeronym to use rune length not byte len Add test cases for unicode
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. Great work
Apologies for taking so long to get to this. |
The go-course is now closed. Thank you very much for participating. |
Implement functions
Implement tests
Fixes #517
Review of colleague's PR #515
Changes proposed in this PR:
Implement testing.