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(session): Send save request via sendBeacon at beforeunload #6798

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

feat(SessionApi): Send save request via `sendBeacon` at `beforeunload`

2fa0402
Select commit
Loading
Failed to load commit list.
Open

feat(session): Send save request via sendBeacon at beforeunload #6798

feat(SessionApi): Send save request via `sendBeacon` at `beforeunload`
2fa0402
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Feb 5, 2025 in 0s

37.88% (-0.01%) compared to 40a655a

View this Pull Request on Codecov

37.88% (-0.01%) compared to 40a655a

Details

Codecov Report

Attention: Patch coverage is 0% with 35 lines in your changes missing coverage. Please review.

Project coverage is 37.88%. Comparing base (40a655a) to head (2fa0402).

Files with missing lines Patch % Lines
src/services/SessionApi.js 0.00% 13 Missing ⚠️
src/services/SyncService.js 0.00% 11 Missing ⚠️
src/components/Editor.vue 0.00% 9 Missing ⚠️
src/components/Editor/Status.vue 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6798      +/-   ##
==========================================
- Coverage   37.89%   37.88%   -0.01%     
==========================================
  Files         750      742       -8     
  Lines       42560    42567       +7     
  Branches     1268     1260       -8     
==========================================
  Hits        16127    16127              
- Misses      25811    25826      +15     
+ Partials      622      614       -8     

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