Skip to content

Moved RehydrateGate into its own file under storage

e7fed0e
Select commit
Loading
Failed to load commit list.
Open

Migrate to use redux-remember instead of redux-persist #4379

Moved RehydrateGate into its own file under storage
e7fed0e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 25, 2026 in 1s

56.24% (+1.72%) compared to 988c6fd

View this Pull Request on Codecov

56.24% (+1.72%) compared to 988c6fd

Details

Codecov Report

❌ Patch coverage is 56.00000% with 33 lines in your changes missing coverage. Please review.
✅ Project coverage is 56.24%. Comparing base (988c6fd) to head (e7fed0e).
⚠️ Report is 236 commits behind head on master.

Files with missing lines Patch % Lines
website/src/reducers/timetables.ts 42.85% 8 Missing ⚠️
website/src/storage/RehydrateGate.tsx 0.00% 6 Missing ⚠️
website/src/bootstrapping/configure-store.ts 55.55% 4 Missing ⚠️
website/src/reducers/reduxRemember.ts 42.85% 4 Missing ⚠️
website/src/storage/index.ts 72.72% 3 Missing ⚠️
...e/src/bootstrapping/migrate-persist-to-remember.ts 71.42% 2 Missing ⚠️
website/src/entry/main.tsx 0.00% 2 Missing ⚠️
website/src/entry/App.tsx 0.00% 1 Missing ⚠️
website/src/entry/export/main.tsx 0.00% 1 Missing ⚠️
website/src/middlewares/state-sync-middleware.ts 0.00% 1 Missing ⚠️
... and 1 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4379      +/-   ##
==========================================
+ Coverage   54.52%   56.24%   +1.72%     
==========================================
  Files         274      320      +46     
  Lines        6076     6980     +904     
  Branches     1455     1688     +233     
==========================================
+ Hits         3313     3926     +613     
- Misses       2763     3054     +291     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.