Skip to content

Commit d08ea7f

Browse files
committed
More wildcard
1 parent 7415f53 commit d08ea7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)