Skip to content

fix: read deployment targets from xcconfig instead of xcodebuild

ec2e43a
Select commit
Loading
Failed to load commit list.
Open

feat(objc): Add SentryObjC wrapper SDK #7598

fix: read deployment targets from xcconfig instead of xcodebuild
ec2e43a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed May 6, 2026 in 1s

85.163% (-0.339%) compared to 86bd73c

View this Pull Request on Codecov

85.163% (-0.339%) compared to 86bd73c

Details

Codecov Report

❌ Patch coverage is 38.18182% with 136 lines in your changes missing coverage. Please review.
βœ… Project coverage is 85.163%. Comparing base (86bd73c) to head (ec2e43a).
⚠️ Report is 2 commits behind head on main.
βœ… All tests successful. No failed tests found.

Files with missing lines Patch % Lines
Sources/SentryObjCBridge/SentryObjCBridge.swift 0.000% 100 Missing ⚠️
...entryObjCTypes/Public/SentryObjCAttributeContent.m 12.500% 28 Missing ⚠️
...s/SentryObjCBridge/SentryObjCBridgeCallbacks.swift 50.000% 4 Missing ⚠️
...ources/Swift/Protocol/SentryAttributeContent.swift 0.000% 2 Missing ⚠️
Sources/SentryObjCTypes/Public/SentryObjCMetric.m 90.000% 1 Missing ⚠️
Sources/SentryObjCTypes/Public/SentryObjCUnit.m 0.000% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@              Coverage Diff              @@
##              main     #7598       +/-   ##
=============================================
- Coverage   85.502%   85.163%   -0.339%     
=============================================
  Files          487       494        +7     
  Lines        29646     29866      +220     
  Branches     12896     12902        +6     
=============================================
+ Hits         25348     25435       +87     
- Misses        4248      4381      +133     
  Partials        50        50               
Files with missing lines Coverage Ξ”
...ryObjCBridge/SentryObjCBridgeTypeConversions.swift 100.000% <100.000%> (ΓΈ)
...ces/SentryObjCTypes/Public/SentryObjCMetricValue.m 100.000% <100.000%> (ΓΈ)
Sources/Swift/Core/Helper/Log/SentryLevel.swift 100.000% <ΓΈ> (ΓΈ)
...tegrations/SessionReplay/SentryReplayOptions.swift 97.175% <ΓΈ> (ΓΈ)
...ift/Integrations/UserFeedback/SentryFeedback.swift 59.183% <ΓΈ> (ΓΈ)
Sources/Swift/Protocol/SentryAttribute.swift 92.361% <ΓΈ> (ΓΈ)
Sources/Swift/Protocol/SentryLog.swift 97.777% <ΓΈ> (ΓΈ)
Sources/Swift/Protocol/SentryMetric.swift 100.000% <ΓΈ> (ΓΈ)
Sources/Swift/SentryExperimentalOptions.swift 75.000% <ΓΈ> (ΓΈ)
Sources/Swift/Tools/SentryEnvelope.swift 83.333% <ΓΈ> (ΓΈ)
... and 9 more

... and 7 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 86bd73c...ec2e43a. Read the comment docs.