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(3063): Logging middleware with structlog causes application to return HTTP 500 when request body is malformed #3109

Merged
merged 4 commits into from
Feb 14, 2024

Fix coverage

159a98f
Select commit
Loading
Failed to load commit list.
Merged

fix(3063): Logging middleware with structlog causes application to return HTTP 500 when request body is malformed #3109

Fix coverage
159a98f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 14, 2024 in 0s

98.26% (+0.00%) compared to 67ab44d

View this Pull Request on Codecov

98.26% (+0.00%) compared to 67ab44d

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (67ab44d) 98.26% compared to head (159a98f) 98.26%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3109   +/-   ##
=======================================
  Coverage   98.26%   98.26%           
=======================================
  Files         320      320           
  Lines       14373    14387   +14     
  Branches     2310     2313    +3     
=======================================
+ Hits        14123    14137   +14     
  Misses        109      109           
  Partials      141      141           

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