Skip to content

ref: Dependency container in Swift

73fab43
Select commit
Loading
Failed to load commit list.
Draft

ref: Dependency container in Swift #6444

ref: Dependency container in Swift
73fab43
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 20, 2025 in 0s

7.530% (-79.397%) compared to 3319d58

View this Pull Request on Codecov

7.530% (-79.397%) compared to 3319d58

Details

Codecov Report

❌ Patch coverage is 18.75000% with 234 lines in your changes missing coverage. Please review.
✅ Project coverage is 7.530%. Comparing base (3319d58) to head (73fab43).
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
Sources/Swift/SentryDependencyContainer.swift 39.694% 79 Missing ⚠️
...Swift/Core/Integrations/ANR/SentryANRTracker.swift 0.000% 43 Missing ⚠️
...tions/SentryWatchdogTerminationScopeObserver.swift 0.000% 43 Missing ⚠️
Sources/Sentry/SentryANRTrackerV2.m 0.000% 22 Missing ⚠️
Sources/Sentry/SentryDelayedFramesTracker.m 6.666% 14 Missing ⚠️
Sources/Sentry/SentryANRStoppedResultInternal.m 0.000% 8 Missing ⚠️
...tions/FramesTracking/SentryFramesDelayResult.swift 0.000% 5 Missing ⚠️
Sources/Sentry/SentryANRTrackerV1.m 0.000% 4 Missing ⚠️
...egrations/FramesTracking/SentryFramesTracker.swift 0.000% 4 Missing ⚠️
...rces/Sentry/SentryDependencyContainerSwiftHelper.m 0.000% 3 Missing ⚠️
... and 8 more

❗ There is a different number of reports uploaded between BASE (3319d58) and HEAD (73fab43). Click for more details.

HEAD has 3 uploads less than BASE
Flag BASE (3319d58) HEAD (73fab43)
4 1
Additional details and impacted files

Impacted file tree graph

@@              Coverage Diff              @@
##              main    #6444        +/-   ##
=============================================
- Coverage   86.926%   7.530%   -79.397%     
=============================================
  Files          450      417        -33     
  Lines        37619    35946      -1673     
  Branches     17378    14134      -3244     
=============================================
- Hits         32701     2707     -29994     
- Misses        4876    33228     +28352     
+ Partials        42       11        -31     
Files with missing lines Coverage Δ
Sources/Sentry/SentryANRTrackingIntegration.m 0.000% <ø> (-97.042%) ⬇️
...s/Sentry/SentryAutoBreadcrumbTrackingIntegration.m 0.000% <ø> (-100.000%) ⬇️
Sources/Sentry/SentryCoreDataTrackingIntegration.m 0.000% <ø> (-100.000%) ⬇️
...try/SentryWatchdogTerminationTrackingIntegration.m 0.000% <ø> (-85.715%) ⬇️
Sources/Swift/Helper/Dependencies.swift 100.000% <100.000%> (ø)
Sources/Swift/Networking/RateLimitParser.swift 3.750% <ø> (-96.250%) ⬇️
...ors/SentryWatchdogTerminationBreadcrumbProcessor.m 0.000% <0.000%> (-98.572%) ⬇️
Sources/Sentry/Profiling/SentryProfilerState.mm 0.000% <0.000%> (-99.351%) ⬇️
Sources/Sentry/Profiling/SentryTraceProfiler.mm 0.000% <0.000%> (-95.385%) ⬇️
Sources/Sentry/SentryProfiler.mm 2.247% <0.000%> (-88.765%) ⬇️
... and 14 more

... and 412 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3319d58...73fab43. Read the comment docs.