-
Notifications
You must be signed in to change notification settings - Fork 55
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: *string(nil) not equal &string #152
Conversation
Can you add the test case in the test file? |
@youyuanwu I put the UT now. Reivew plz. |
@youyuanwu Looks like workflow failed. But it doesn't feel like it has anything to do with the pr I submitted. |
Master branch ci is working now. go version is updated as well. You can rebase. |
@youyuanwu cc |
Codecov Report
@@ Coverage Diff @@
## master #152 +/- ##
==========================================
- Coverage 90.73% 90.66% -0.07%
==========================================
Files 22 22
Lines 2979 2990 +11
==========================================
+ Hits 2703 2711 +8
- Misses 224 226 +2
- Partials 52 53 +1
|
@casualjim will I do more tests for code cover? |
this should be reverted as it breaks validation completely @youyuanwu |
This reverts commit 348543c.
This reverts commit 348543c. Signed-off-by: Vlad Gogolev <v.gogolev@uzum.com>
Revert "fix: *string(nil) not equal &string #152"
fix: *string(nil) not equal &string("")