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!: cookie string parser #3034

Open
wants to merge 24 commits into
base: v3.0
Choose a base branch
from

Merge branch 'v3.0' into 3023-fix-cookie-string-parser

40622b3
Select commit
Loading
Failed to load commit list.
Open

fix!: cookie string parser #3034

Merge branch 'v3.0' into 3023-fix-cookie-string-parser
40622b3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 25, 2024 in 0s

98.24% (-0.03%) compared to 43e3041

View this Pull Request on Codecov

98.24% (-0.03%) compared to 43e3041

Details

Codecov Report

Attention: Patch coverage is 97.78813% with 19 lines in your changes missing coverage. Please review.

Project coverage is 98.24%. Comparing base (43e3041) to head (40622b3).
Report is 209 commits behind head on v3.0.

Files with missing lines Patch % Lines
litestar/middleware/cors.py 0.00% 8 Missing ⚠️
litestar/_signature/model.py 75.00% 1 Missing and 2 partials ⚠️
...estar/handlers/websocket_handlers/route_handler.py 90.90% 1 Missing and 2 partials ⚠️
litestar/_asgi/routing_trie/traversal.py 80.00% 0 Missing and 1 partial ⚠️
litestar/exceptions/responses/__init__.py 97.72% 1 Missing ⚠️
litestar/logging/config.py 98.03% 0 Missing and 1 partial ⚠️
litestar/static_files.py 98.63% 0 Missing and 1 partial ⚠️
litestar/testing/transport.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             v3.0    #3034      +/-   ##
==========================================
- Coverage   98.26%   98.24%   -0.03%     
==========================================
  Files         322      323       +1     
  Lines       14733    14504     -229     
  Branches     2343     2299      -44     
==========================================
- Hits        14477    14249     -228     
- Misses        117      118       +1     
+ Partials      139      137       -2     

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