-
Notifications
You must be signed in to change notification settings - Fork 272
Conversation
This pull request is being automatically deployed with ZEIT Now (learn more). 🔍 Inspect: https://zeit.co/superset/superset-ui/9232jhg77 |
Codecov Report
@@ Coverage Diff @@
## master #375 +/- ##
==========================================
- Coverage 32.03% 26.83% -5.20%
==========================================
Files 155 188 +33
Lines 4308 5161 +853
Branches 422 459 +37
==========================================
+ Hits 1380 1385 +5
- Misses 2899 3747 +848
Partials 29 29
Continue to review full report at Codecov.
|
@@ -58,6 +58,75 @@ function getAncestors(node) { | |||
return path; | |||
} | |||
|
|||
function buildHierarchy(rows) { |
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.
Just move function outside to please eslint
1709cd4
to
761d3d0
Compare
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. To make reviewing easier, it would be convenient to have a respective removal PR in superset-ui-plugins
available to contrast with, just to make sure nothing is lost in transit.
Removal PR: apache-superset/superset-ui-plugins#440 |
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!
🏆 Enhancements
Migrate
Most of the changes are
eslint
auto fix viayarn lint:fix
.And update storybook structure to match the new way.