fix(pydantic-ai): Only use hooks when `ModelRequestContext.model` exists by alexander-alderman-webb · Pull Request #6480 · getsentry/sentry-python
Codecov Results 📊
✅ 88053 passed | ⏭️ 6009 skipped | Total: 94062 | Pass Rate: 93.61% | Execution Time: 295m 34s
📊 Comparison with Base Branch
| Metric | Change |
|---|---|
| Total Tests | — |
| Passed Tests | — |
| Failed Tests | — |
| Skipped Tests | — |
✨ No test changes detected
All tests are passing successfully.
❌ Patch coverage is 72.22%. Project has 2311 uncovered lines.
✅ Project coverage is 89.97%. Comparing base (base) to head (head).
Files with missing lines (1)
| File | Patch % | Lines |
|---|---|---|
| sentry_sdk/integrations/pydantic_ai/init.py | 68.75% |
Coverage diff
@@ Coverage Diff @@ ## main #PR +/-## ========================================== + Coverage 89.96% 89.97% +0.01% ========================================== Files 191 191 — Lines 23031 23040 +9 Branches 7906 7908 +2 ========================================== + Hits 20719 20729 +10 - Misses 2312 2311 -1 - Partials 1306 1308 +2
Generated by Codecov Action