deephaven / web-client-ui

Deephaven Web Client UI
Apache License 2.0
28 stars 30 forks source link

feat: XComponents and Core plugins cleanup #2137

Closed mofojed closed 1 month ago

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 76.47059% with 32 lines in your changes missing coverage. Please review.

Project coverage is 46.73%. Comparing base (c9ed895) to head (fb5c0f5). Report is 2 commits behind head on main.

Files Patch % Lines
.../dashboard-core-plugins/src/panels/WidgetPanel.tsx 47.05% 9 Missing :warning:
packages/code-studio/src/main/AppMainContainer.tsx 0.00% 6 Missing :warning:
...ckages/dashboard-core-plugins/src/panels/Panel.tsx 75.00% 5 Missing :warning:
...ard-core-plugins/src/panels/WidgetPanelTooltip.tsx 20.00% 4 Missing :warning:
...ackages/code-studio/src/styleguide/XComponents.tsx 81.25% 3 Missing :warning:
...s/dashboard-core-plugins/src/panels/ChartPanel.tsx 81.81% 2 Missing :warning:
...dashboard-core-plugins/src/panels/ConsolePanel.tsx 0.00% 1 Missing :warning:
...d-core-plugins/src/panels/IrisGridPanelTooltip.tsx 0.00% 1 Missing :warning:
packages/dashboard/src/layout/useDashboardPanel.ts 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2137 +/- ## ========================================== + Coverage 46.63% 46.73% +0.09% ========================================== Files 682 689 +7 Lines 38443 38490 +47 Branches 9580 9780 +200 ========================================== + Hits 17928 17988 +60 + Misses 20505 20450 -55 - Partials 10 52 +42 ``` | [Flag](https://app.codecov.io/gh/deephaven/web-client-ui/pull/2137/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=deephaven) | Coverage Δ | | |---|---|---| | [unit](https://app.codecov.io/gh/deephaven/web-client-ui/pull/2137/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=deephaven) | `46.73% <76.47%> (+0.09%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=deephaven#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

mofojed commented 1 month ago

PR #2144 for merging the latest changes into the feature branch. Then we'll merge the feature branch into main.