Skip to content

More defensive check

56ec01c
Select commit
Loading
Failed to load commit list.
Closed

fix(fastapi): do not read request body for fastapi_mcp #4794

More defensive check
56ec01c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 12, 2025 in 0s

84.52% (-0.03%) compared to 94a92d8

View this Pull Request on Codecov

84.52% (-0.03%) compared to 94a92d8

Details

Codecov Report

❌ Patch coverage is 55.55556% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 84.52%. Comparing base (94a92d8) to head (56ec01c).
⚠️ Report is 10 commits behind head on master.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
sentry_sdk/integrations/fastapi.py 66.66% 1 Missing and 1 partial ⚠️
sentry_sdk/integrations/starlette.py 33.33% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4794      +/-   ##
==========================================
- Coverage   84.55%   84.52%   -0.03%     
==========================================
  Files         158      158              
  Lines       16479    16513      +34     
  Branches     2855     2867      +12     
==========================================
+ Hits        13933    13957      +24     
- Misses       1700     1703       +3     
- Partials      846      853       +7     
Files with missing lines Coverage Δ
sentry_sdk/integrations/fastapi.py 87.35% <66.66%> (-1.67%) ⬇️
sentry_sdk/integrations/starlette.py 84.55% <33.33%> (-0.48%) ⬇️

... and 16 files with indirect coverage changes