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

Fix(🩹): error handling in CSRF token storage retrieval #3021

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from

fix(🩹): error handling in CSRF token storage retrieval

2f82476
Select commit
Loading
Failed to load commit list.
Draft

Fix(🩹): error handling in CSRF token storage retrieval #3021

fix(🩹): error handling in CSRF token storage retrieval
2f82476
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 30, 2024 in 0s

82.77% (+0.00%) compared to 38fb806

View this Pull Request on Codecov

82.77% (+0.00%) compared to 38fb806

Details

Codecov Report

Attention: Patch coverage is 66.66667% with 10 lines in your changes are missing coverage. Please review.

Project coverage is 82.77%. Comparing base (38fb806) to head (2f82476).
Report is 1 commits behind head on main.

Current head 2f82476 differs from pull request most recent head 750c7f5

Please upload reports for the commit 750c7f5 to get more accurate results.

Files Patch % Lines
middleware/csrf/storage_manager.go 52.63% 9 Missing ⚠️
middleware/csrf/session_manager.go 85.71% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3021   +/-   ##
=======================================
  Coverage   82.77%   82.77%           
=======================================
  Files         115      115           
  Lines        8230     8240   +10     
=======================================
+ Hits         6812     6821    +9     
- Misses       1087     1092    +5     
+ Partials      331      327    -4     

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