-
Notifications
You must be signed in to change notification settings - Fork 14k
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: Viz migration adjustments - 2 #24429
fix: Viz migration adjustments - 2 #24429
Conversation
Codecov Report
@@ Coverage Diff @@
## master #24429 +/- ##
==========================================
+ Coverage 68.90% 69.02% +0.11%
==========================================
Files 1903 1901 -2
Lines 74070 73974 -96
Branches 8110 8119 +9
==========================================
+ Hits 51041 51058 +17
+ Misses 20917 20805 -112
+ Partials 2112 2111 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 10 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
(cherry picked from commit fdef9cb)
I see we have a function called |
Hi @sadpandajoe. I added tests for this function at the migrations level but we can definitely move the tests to the base class in the next batch of migrations in 4.0. |
SUMMARY
Makes adjustments to the viz migrations to fix problems found during tests.
@jinghua-qa
ADDITIONAL INFORMATION