fix(pydantic-ai): Determine if response is streamed based on the method by alexander-alderman-webb · Pull Request #5957 · getsentry/sentry-python
Codecov Results 📊
✅ 27 passed | Total: 27 | Pass Rate: 100% | Execution Time: 3.86s
📊 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 0.00%. Project has 15106 uncovered lines.
✅ Project coverage is 28.11%. Comparing base (base) to head (head).
Files with missing lines (5)
| File | Patch % | Lines |
|---|---|---|
ai_client.py |
0.00% | |
utils.py |
0.00% | |
agent_run.py |
0.00% | |
graph_nodes.py |
0.00% | |
__init__.py |
29.41% |
Coverage diff
@@ Coverage Diff @@ ## main #PR +/-## ========================================== + Coverage 27.99% 28.11% +0.12% ========================================== Files 191 189 -2 Lines 21165 21012 -153 Branches 6946 7345 +399 ========================================== + Hits 5925 5906 -19 - Misses 15240 15106 -134 - Partials 548 550 +2
Generated by Codecov Action