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`

bd683d4
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`
bd683d4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 18, 2024 in 1s

46.74% (-0.03%) compared to 8586891

View this Pull Request on Codecov

46.74% (-0.03%) compared to 8586891

Details

Codecov Report

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

Project coverage is 46.74%. Comparing base (8586891) to head (bd683d4).

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   46.76%   46.74%   -0.03%     
==========================================
  Files         748      740       -8     
  Lines       34162    34177      +15     
  Branches     1242     1234       -8     
==========================================
  Hits        15976    15976              
- Misses      17564    17587      +23     
+ Partials      622      614       -8     

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