-
Notifications
You must be signed in to change notification settings - Fork 174
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] Add str.right() function #2031
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2031 +/- ##
=======================================
Coverage 84.74% 84.74%
=======================================
Files 62 62
Lines 6803 6819 +16
=======================================
+ Hits 5765 5779 +14
- Misses 1038 1040 +2
|
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.
Wow @murex971 super fast work! Mostly LGTM, just left a few nits
060ee5c
to
aedaa2a
Compare
@colin-ho done |
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.
Hey @murex971 ! Missed a couple things in the last review if you could help fix, otherwise everything's lookin good!
Great stuff @murex971 !! |
Resolves #1927