-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
refactor(model): update user method. #3360
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3360 +/- ##
==========================================
- Coverage 35.05% 35.03% -0.02%
==========================================
Files 281 281
Lines 40559 40543 -16
==========================================
- Hits 14219 14206 -13
+ Misses 24236 24234 -2
+ Partials 2104 2103 -1
Continue to review full report at Codecov.
|
LGTM |
Is this PR really does not change behaviour? |
I'm quite sure it should not: this is the update code on xorm, so it is always run. Are you perhaps referring to the code running in cases where it wouldn't have before? (e.g. user_mail.go#L225) |
LGTM |
as title.