File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ jobs:
35
35
-scheme OpenGraph-Package \
36
36
-configuration Debug \
37
37
-destination "platform=iOS" \
38
+ -derivedDataPath .build-debug \
38
39
-skipMacroValidation \
39
40
-skipPackagePluginValidation \
40
- -derivedDataPath .build-debug
41
- # Disable OTHER_SWIFT_FLAGS="-warnings-as-errors" due to remote dependency warning will be treated as error in xcodebuild
41
+ OTHER_SWIFT_FLAGS="-warnings-as-errors"
42
42
- name : Build and run tests in debug mode with coverage on iOS Simulator
43
43
run : |
44
44
xcodebuild test \
49
49
-derivedDataPath .build-test-debug \
50
50
-skipPackagePluginValidation \
51
51
-skipMacroValidation
52
+ # OTHER_SWIFT_FLAGS="-warnings-as-errors" Conflicting options '-warnings-as-errors' and '-suppress-warnings'
52
53
profdata_file_path=$(find . -path "*.build-test-debug/Build/ProfileData*Coverage.profdata" -type f)
53
54
xcrun llvm-cov show \
54
55
-instr-profile=$profdata_file_path \
You can’t perform that action at this time.
0 commit comments