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

Migrate/vuex to pinia #5705

Merged
merged 1 commit into from
Jun 25, 2024

chore: migrate from Vuex to Pinia

88f6dd2
Select commit
Loading
Failed to load commit list.
Merged

Migrate/vuex to pinia #5705

chore: migrate from Vuex to Pinia
88f6dd2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jun 25, 2024 in 0s

24.02% (-5.28%) compared to c01de6e

View this Pull Request on Codecov

24.02% (-5.28%) compared to c01de6e

Details

Codecov Report

Attention: Patch coverage is 21.04145% with 743 lines in your changes missing coverage. Please review.

Project coverage is 24.02%. Comparing base (c01de6e) to head (88f6dd2).
Report is 3 commits behind head on main.

Files Patch % Lines
src/store/calendars.js 6.13% 275 Missing and 31 partials ⚠️
src/store/calendarObjects.js 1.69% 102 Missing and 14 partials ⚠️
src/store/fetchedTimeRanges.js 10.71% 41 Missing and 9 partials ⚠️
src/store/principals.js 0.00% 27 Missing and 4 partials ⚠️
src/mixins/EditorMixin.js 0.00% 29 Missing and 1 partial ⚠️
src/store/settings.js 80.00% 18 Missing and 4 partials ⚠️
src/components/AppNavigation/Settings.vue 0.00% 17 Missing ⚠️
src/store/widget.js 15.38% 11 Missing ⚠️
src/components/Editor/Invitees/InviteesList.vue 0.00% 9 Missing ⚠️
src/views/Calendar.vue 0.00% 9 Missing ⚠️
... and 42 more
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #5705      +/-   ##
============================================
- Coverage     29.29%   24.02%   -5.28%     
+ Complexity      914      457     -457     
============================================
  Files           287      246      -41     
  Lines         13987    11569    -2418     
  Branches       2139     2163      +24     
============================================
- Hits           4098     2779    -1319     
+ Misses         9575     8475    -1100     
- Partials        314      315       +1     

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