-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
chore: Migrates RefreshChartOverlay into Chart #13274
chore: Migrates RefreshChartOverlay into Chart #13274
Conversation
Codecov Report
@@ Coverage Diff @@
## master #13274 +/- ##
==========================================
- Coverage 77.04% 72.67% -4.38%
==========================================
Files 894 593 -301
Lines 45664 21237 -24427
Branches 5490 5489 -1
==========================================
- Hits 35184 15433 -19751
+ Misses 10356 5680 -4676
Partials 124 124
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
added |
9930fc7
to
8748a8c
Compare
@rusackas It seems that the Cypress error in It executes successfully locally: I probably spammed reviewers' emails with forced pushes or open/close trying to make this pass (sorry about that). Maybe you are luckier than me? Or maybe it's an error and I'm low on coffee 😩? |
74a7899
to
75ed9a1
Compare
I finally found out what was causing the test to fail. Although |
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.
LGTM! Just needs a rebase to merge.
75ed9a1
to
441f182
Compare
* Migrates RefreshChartOverlay into Chart * Removes unused Chart width prop
SUMMARY
Migrates
RefreshChartOverlay
intoChart
.RefreshChartOverlay
wasn't used anywhere outsideChart
and it's a specific behavior of the chart component. Also, most of its properties weren’t being used.TEST PLAN
1 - Execute
Chart
tests2 - All tests should pass
@rusackas
ADDITIONAL INFORMATION