-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Register type mappings on createSchema invocation too #29263
Conversation
One source was indented with spaces, so https://github.com/owncloud/core/pull/29263/files?w=1 is better to see what's changed |
Codecov Report
@@ Coverage Diff @@
## master #29263 +/- ##
============================================
+ Coverage 59.43% 59.44% +0.01%
- Complexity 17154 17158 +4
============================================
Files 1027 1027
Lines 57193 57203 +10
============================================
+ Hits 33991 34004 +13
+ Misses 23202 23199 -3
Continue to review full report at Codecov.
|
hmmm. should I revert tabs to spaces to satisfy that beasty mech ego? |
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.
Add test to assert that the MySQL migrator did register additional type mappings ?
@PVince81 try to comment https://github.com/owncloud/core/pull/29263/files#diff-f31830e77645a4634cf4f0258e1a3272R35 |
@VicDeo explain that to codecov 😦 |
@PVince81 I have a strong impression that it counts coverage using sqlite only |
@DeepDiver1975 ignore codecov here then ? |
The truth is that
|
@VicDeo please backport to stable10 |
Without whitespaces 2/49 = 0.04081632653061224, so the coverage is 96% |
Stable10: #29268 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description
Register type mappings for MigrationService too
Related Issue
Fixes #29262
Motivation and Context
Smooth Upgrade process
How Has This Been Tested?
Manually. See exact steps in #29262
Types of changes
Checklist: