Skip to content
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

feat: Add pluginDataMap to redux, add useDashboardPluginData hook #1737

Merged
merged 2 commits into from
Jan 26, 2024

Clean up useDashboardPluginData hook, add JSDoc

ae10ae6
Select commit
Loading
Failed to load commit list.
Merged

feat: Add pluginDataMap to redux, add useDashboardPluginData hook #1737

Clean up useDashboardPluginData hook, add JSDoc
ae10ae6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 25, 2024 in 0s

46.05% (-0.40%) compared to a3bea73

View this Pull Request on Codecov

46.05% (-0.40%) compared to a3bea73

Details

Codecov Report

Attention: 11 lines in your changes are missing coverage. Please review.

Comparison is base (a3bea73) 46.44% compared to head (ae10ae6) 46.05%.
Report is 20 commits behind head on main.

Files Patch % Lines
packages/dashboard/src/redux/hooks.ts 0.00% 7 Missing ⚠️
packages/dashboard/src/redux/actions.ts 33.33% 2 Missing ⚠️
packages/dashboard/src/redux/selectors.ts 50.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1737      +/-   ##
==========================================
- Coverage   46.44%   46.05%   -0.40%     
==========================================
  Files         611      623      +12     
  Lines       37204    37514     +310     
  Branches     9363     9433      +70     
==========================================
- Hits        17279    17276       -3     
- Misses      19871    20184     +313     
  Partials       54       54              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.