Convert sentry_sdk type annotations into the modern format #5206
Codecov / codecov/project
succeeded
Dec 15, 2025 in 0s
84.24% (-0.02%) compared to 2ce4379
View this Pull Request on Codecov
84.24% (-0.02%) compared to 2ce4379
Details
Codecov Report
❌ Patch coverage is 98.83659% with 22 lines in your changes missing coverage. Please review.
✅ Project coverage is 84.24%. Comparing base (2ce4379) to head (a7313ae).
Additional details and impacted files
@@ Coverage Diff @@
## master #5206 +/- ##
==========================================
- Coverage 84.25% 84.24% -0.02%
==========================================
Files 181 182 +1
Lines 18463 18550 +87
Branches 3288 3299 +11
==========================================
+ Hits 15556 15627 +71
- Misses 1894 1911 +17
+ Partials 1013 1012 -1 | Files with missing lines | Coverage Δ | |
|---|---|---|
| sentry_sdk/_compat.py | 94.87% <100.00%> (ø) |
|
| sentry_sdk/_init_implementation.py | 95.83% <100.00%> (ø) |
|
| sentry_sdk/_log_batcher.py | 80.89% <100.00%> (ø) |
|
| sentry_sdk/_lru_cache.py | 100.00% <100.00%> (ø) |
|
| sentry_sdk/_metrics_batcher.py | 73.86% <100.00%> (ø) |
|
| sentry_sdk/_queue.py | 62.22% <100.00%> (ø) |
|
| sentry_sdk/_werkzeug.py | 48.14% <100.00%> (ø) |
|
| sentry_sdk/ai/monitoring.py | 85.33% <100.00%> (ø) |
|
| sentry_sdk/ai/utils.py | 94.68% <100.00%> (ø) |
|
| sentry_sdk/api.py | 86.57% <100.00%> (ø) |
|
| ... and 153 more |
Loading