Skip to content

Commit

Permalink
More wildcard
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed committed Oct 11, 2022
1 parent 7415f53 commit d08ea7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -115,8 +115,8 @@ jobs:
- name: Export Coverage Reports
run: |
mkdir -p .build/artifacts
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
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
xcrun llvm-cov export -format="lcov" .build/derivedData/**/CacheAdvanceTests.xctest/**/CacheAdvanceTests -instr-profile .build/derivedData/*/Build/ProfileData/*/Coverage.profdata > .build/artifacts/CacheAdvance.lcov
xcrun llvm-cov export -format="lcov" .build/derivedData/**/CADCacheAdvanceTests.xctest/**/CADCacheAdvanceTests -instr-profile .build/derivedData/*/Build/ProfileData/*/Coverage.profdata > .build/artifacts/CADCacheAdvance.lcov
- name: Upload Coverage Reports
if: success()
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit d08ea7f

Please sign in to comment.