File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,10 +52,10 @@ jobs:
52
52
-skipPackagePluginValidation \
53
53
-skipMacroValidation
54
54
# OTHER_SWIFT_FLAGS="-warnings-as-errors" Conflicting options '-warnings-as-errors' and '-suppress-warnings'
55
- profdata_file_path=$(find . -path "* .build-test-debug/Build/ProfileData* Coverage.profdata" -type f)
55
+ profdata_file_path=$(find . -path ".build-test-debug/Build/ProfileData/*/ Coverage.profdata" -type f)
56
56
xcrun llvm-cov show \
57
57
-instr-profile=$profdata_file_path \
58
- .build-test-debug/Build/Products/Debug/OpenGraphTests.xctest/Contents/MacOS /OpenGraphTests \
58
+ .build-test-debug/Build/Products/Debug-iphonesimulator /OpenGraphTests.xctest/OpenGraphTests \
59
59
> coverage.txt
60
60
- uses : codecov/codecov-action@v3
61
61
with :
You can’t perform that action at this time.
0 commit comments