Fix asyncpg spans #3639
Merged
Fix asyncpg spans #3639
Codecov / codecov/project
succeeded
Oct 11, 2024 in 1s
34.60% (-37.88%) compared to 94f06e6
View this Pull Request on Codecov
34.60% (-37.88%) compared to 94f06e6
Details
Codecov Report
Attention: Patch coverage is 4.34783%
with 22 lines
in your changes missing coverage. Please review.
Project coverage is 34.60%. Comparing base (
94f06e6
) to head (b1277e4
).
Files with missing lines | Patch % | Lines |
---|---|---|
sentry_sdk/integrations/asyncpg.py | 0.00% | 17 Missing |
sentry_sdk/tracing_utils.py | 16.66% | 5 Missing |
❗ There is a different number of reports uploaded between BASE (94f06e6) and HEAD (b1277e4). Click for more details.
Additional details and impacted files
@@ Coverage Diff @@
## potel-base #3639 +/- ##
===============================================
- Coverage 72.48% 34.60% -37.88%
===============================================
Files 136 136
Lines 13783 13787 +4
Branches 2174 2177 +3
===============================================
- Hits 9990 4771 -5219
- Misses 3171 8580 +5409
+ Partials 622 436 -186
Files with missing lines | Coverage Δ | |
---|---|---|
sentry_sdk/tracing_utils.py | 38.21% <16.66%> (-42.53%) |
⬇️ |
sentry_sdk/integrations/asyncpg.py | 11.11% <0.00%> (-78.27%) |
⬇️ |
Loading