Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: SwiftUI time for initial display and time for full display #4596

Draft
wants to merge 35 commits into
base: main
Choose a base branch
from

Update scripts/xcode-test.sh

c95d3ec
Select commit
Loading
Failed to load commit list.
Draft

feat: SwiftUI time for initial display and time for full display #4596

Update scripts/xcode-test.sh
c95d3ec
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 20, 2024 in 0s

90.669% (+0.084%) compared to 0cb72fd

View this Pull Request on Codecov

90.669% (+0.084%) compared to 0cb72fd

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.669%. Comparing base (0cb72fd) to head (c95d3ec).

Additional details and impacted files

Impacted file tree graph

@@              Coverage Diff              @@
##              main     #4596       +/-   ##
=============================================
+ Coverage   90.584%   90.669%   +0.084%     
=============================================
  Files          621       618        -3     
  Lines        71120     71060       -60     
  Branches     25306     25300        -6     
=============================================
+ Hits         64424     64430        +6     
+ Misses        6602      6537       -65     
+ Partials        94        93        -1     
Files with missing lines Coverage Δ
SentryTestUtils/ClearTestState.swift 86.363% <100.000%> (ø)
Sources/Sentry/SentryHub.m 99.065% <100.000%> (-0.007%) ⬇️
...rces/Sentry/SentryPerformanceTrackingIntegration.m 100.000% <100.000%> (ø)
Sources/Sentry/SentryProfiler.mm 87.000% <100.000%> (+1.000%) ⬆️
Sources/Sentry/SentryTimeToDisplayTracker.m 100.000% <100.000%> (ø)
.../Sentry/SentryUIViewControllerPerformanceTracker.m 99.317% <100.000%> (+0.050%) ⬆️
...yProfilerTests/SentryAppLaunchProfilingTests.swift 100.000% <100.000%> (ø)
...ce/SentryPerformanceTrackingIntegrationTests.swift 100.000% <100.000%> (ø)
...iewController/SentryTimeToDisplayTrackerTest.swift 100.000% <100.000%> (ø)
...entryUIViewControllerPerformanceTrackerTests.swift 99.012% <100.000%> (ø)
... and 2 more

... and 11 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 0cb72fd...c95d3ec. Read the comment docs.