fix(flags): Fix bug where concurrent accesses to the flags property could raise a RunTime error #4034
Codecov / codecov/project
succeeded
Feb 10, 2025 in 1s
44.92% (-35.32%) compared to d670a15
View this Pull Request on Codecov
44.92% (-35.32%) compared to d670a15
Details
Codecov Report
Attention: Patch coverage is 82.35294%
with 3 lines
in your changes missing coverage. Please review.
Project coverage is 44.92%. Comparing base (
d670a15
) to head (dfd6cef
).
✅ All tests successful. No failed tests found.
Files with missing lines | Patch % | Lines |
---|---|---|
sentry_sdk/feature_flags.py | 82.35% | 2 Missing and 1 partial |
❗ There is a different number of reports uploaded between BASE (d670a15) and HEAD (dfd6cef). Click for more details.
Additional details and impacted files
@@ Coverage Diff @@
## master #4034 +/- ##
===========================================
- Coverage 80.23% 44.92% -35.32%
===========================================
Files 139 139
Lines 15415 15427 +12
Branches 2604 2605 +1
===========================================
- Hits 12368 6930 -5438
- Misses 2203 7801 +5598
+ Partials 844 696 -148
Files with missing lines | Coverage Δ | |
---|---|---|
sentry_sdk/feature_flags.py | 75.00% <82.35%> (-5.00%) |
⬇️ |
Loading