Configure HTTP methods to capture in WSGI middleware and frameworks #3531
Codecov / codecov/project
succeeded
Oct 1, 2024 in 0s
28.26% (-16.90%) compared to a3ab1ea
View this Pull Request on Codecov
28.26% (-16.90%) compared to a3ab1ea
Details
Codecov Report
Attention: Patch coverage is 25.00000%
with 30 lines
in your changes missing coverage. Please review.
Project coverage is 28.26%. Comparing base (
a3ab1ea
) to head (70c9ecc
).
❗ There is a different number of reports uploaded between BASE (a3ab1ea) and HEAD (70c9ecc). Click for more details.
Additional details and impacted files
@@ Coverage Diff @@
## master #3531 +/- ##
===========================================
- Coverage 45.16% 28.26% -16.90%
===========================================
Files 133 133
Lines 13908 13929 +21
Branches 2933 2913 -20
===========================================
- Hits 6281 3937 -2344
- Misses 7030 9584 +2554
+ Partials 597 408 -189
Files with missing lines | Coverage Δ | |
---|---|---|
sentry_sdk/integrations/_wsgi_common.py | 29.75% <80.00%> (-40.08%) |
⬇️ |
sentry_sdk/integrations/starlette.py | 5.24% <0.00%> (-45.63%) |
⬇️ |
sentry_sdk/integrations/django/__init__.py | 5.52% <33.33%> (-0.04%) |
⬇️ |
sentry_sdk/integrations/flask.py | 12.80% <25.00%> (-54.68%) |
⬇️ |
sentry_sdk/integrations/wsgi.py | 23.43% <27.27%> (-69.25%) |
⬇️ |
sentry_sdk/integrations/asgi.py | 20.45% <6.25%> (-40.66%) |
⬇️ |
Loading