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(utils/cookie): Ability to set a priority to cookies in setCookie options #3762

Merged
merged 2 commits into from
Dec 28, 2024

Integrated `priority` option into setCookie serialization tests

3f0e470
Select commit
Loading
Failed to load commit list.
Merged

feat(utils/cookie): Ability to set a priority to cookies in setCookie options #3762

Integrated `priority` option into setCookie serialization tests
3f0e470
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 25, 2024 in 0s

91.72% (target 75.00%)

View this Pull Request on Codecov

91.72% (target 75.00%)

Details

Codecov Report

Attention: Patch coverage is 75.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 91.72%. Comparing base (4eb101d) to head (3f0e470).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/utils/cookie.ts 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3762      +/-   ##
==========================================
- Coverage   91.72%   91.72%   -0.01%     
==========================================
  Files         159      159              
  Lines       10178    10182       +4     
  Branches     2896     2870      -26     
==========================================
+ Hits         9336     9339       +3     
- Misses        841      842       +1     
  Partials        1        1              

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