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

cleanup appstate hook, refreshTimeline on app resume, revamp clientstats #1179

Merged
merged 4 commits into from
Sep 14, 2024

simplify mocking by specifying jest setup file

4596d0c
Select commit
Loading
Failed to load commit list.
Merged

cleanup appstate hook, refreshTimeline on app resume, revamp clientstats #1179

simplify mocking by specifying jest setup file
4596d0c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 14, 2024 in 1s

30.14% (+0.01%) compared to 2e4f969

View this Pull Request on Codecov

30.14% (+0.01%) compared to 2e4f969

Details

Codecov Report

Attention: Patch coverage is 42.30769% with 15 lines in your changes missing coverage. Please review.

Project coverage is 30.14%. Comparing base (2e4f969) to head (4596d0c).
Report is 4 commits behind head on master.

Files with missing lines Patch % Lines
www/js/survey/multilabel/MultiLabelButtonGroup.tsx 0.00% 5 Missing ⚠️
www/js/Main.tsx 0.00% 4 Missing ⚠️
www/js/control/ControlSyncHelper.tsx 0.00% 2 Missing ⚠️
www/js/plugin/storage.ts 0.00% 2 Missing ⚠️
www/js/diary/cards/TripCard.tsx 0.00% 1 Missing ⚠️
www/js/useAppStateChange.ts 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1179      +/-   ##
==========================================
+ Coverage   30.13%   30.14%   +0.01%     
==========================================
  Files         118      118              
  Lines        5164     5172       +8     
  Branches     1108     1110       +2     
==========================================
+ Hits         1556     1559       +3     
- Misses       3606     3611       +5     
  Partials        2        2              
Files with missing lines Coverage Δ
www/js/TimelineContext.ts 50.60% <100.00%> (+0.30%) ⬆️
www/js/plugin/clientStats.ts 92.00% <100.00%> (+1.37%) ⬆️
www/js/plugin/logger.ts 94.11% <100.00%> (+0.36%) ⬆️
www/js/splash/notifScheduler.ts 98.37% <100.00%> (ø)
www/js/splash/remoteNotifyHandler.ts 83.33% <100.00%> (ø)
www/js/splash/startprefs.ts 95.74% <100.00%> (ø)
www/js/diary/cards/TripCard.tsx 0.00% <0.00%> (ø)
www/js/useAppStateChange.ts 60.00% <50.00%> (+60.00%) ⬆️
www/js/control/ControlSyncHelper.tsx 0.00% <0.00%> (ø)
www/js/plugin/storage.ts 58.88% <0.00%> (ø)
... and 2 more