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 @@ -115,8 +115,8 @@ jobs:
115115 - name : Export Coverage Reports
116116 run : |
117117 mkdir -p .build/artifacts
118- xcrun llvm-cov export -format="lcov" .build/derivedData/*/Build/Products/ */CacheAdvanceTests.xctest/**/CacheAdvanceTests -instr-profile .build/derivedData/*/Build/ProfileData/*/Coverage.profdata > .build/artifacts/CacheAdvance.lcov
119- xcrun llvm-cov export -format="lcov" .build/derivedData/*/Build/Products/ */CADCacheAdvanceTests.xctest/**/CADCacheAdvanceTests -instr-profile .build/derivedData/*/Build/ProfileData/*/Coverage.profdata > .build/artifacts/CADCacheAdvance.lcov
118+ xcrun llvm-cov export -format="lcov" .build/derivedData/**/CacheAdvanceTests.xctest/**/CacheAdvanceTests -instr-profile .build/derivedData/*/Build/ProfileData/*/Coverage.profdata > .build/artifacts/CacheAdvance.lcov
119+ xcrun llvm-cov export -format="lcov" .build/derivedData/**/CADCacheAdvanceTests.xctest/**/CADCacheAdvanceTests -instr-profile .build/derivedData/*/Build/ProfileData/*/Coverage.profdata > .build/artifacts/CADCacheAdvance.lcov
120120 - name : Upload Coverage Reports
121121 if : success()
122122 uses : codecov/codecov-action@v3
You can’t perform that action at this time.
0 commit comments