File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -46,13 +46,17 @@ jobs:
46
46
xcodebuild test \
47
47
-scheme OpenGraph-Package \
48
48
-configuration Debug \
49
- -destination "platform=iOS Simulator,OS=${{ matrix.ios-version }} ,name=${{ matrix.ios-simulator-name }} " \
49
+ -destination "platform=iOS Simulator,OS=18.0 ,name=iPhone 16 Pro " \
50
50
-enableCodeCoverage=YES \
51
51
-derivedDataPath .build-test-debug \
52
52
-skipPackagePluginValidation \
53
53
-skipMacroValidation
54
54
# OTHER_SWIFT_FLAGS="-warnings-as-errors" Conflicting options '-warnings-as-errors' and '-suppress-warnings'
55
55
profdata_file_path=$(find . -path ".build-test-debug/Build/ProfileData/*/Coverage.profdata" -type f)
56
+ echo $PWD
57
+ ls .build-test-debug/Build/ProfileData
58
+ ls .build-test-debug/Build/ProfileData/*
59
+ echo $profdata_file_path
56
60
xcrun llvm-cov show \
57
61
-instr-profile=$profdata_file_path \
58
62
.build-test-debug/Build/Products/Debug-iphonesimulator/OpenGraphTests.xctest/OpenGraphTests \
You can’t perform that action at this time.
0 commit comments