Skip to content

Commit

Permalink
Fix swift-testing coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdeem committed Aug 19, 2024
1 parent 1d337ba commit 4248895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Run tests
run: swift test -v --enable-experimental-swift-testing --disable-xctest --enable-code-coverage
- name: Prepare coverage file
run: xcrun llvm-cov export -format="lcov" .build/debug/swift-environment-decoderPackageTests.swift-testing -instr-profile .build/debug/codecov/default.profdata > info.lcov
run: xcrun llvm-cov export -format="lcov" .build/debug/swift-environment-decoderPackageTests.xctest/Contents/MacOS/swift-environment-decoderPackageTests -instr-profile .build/debug/codecov/default.profdata > info.lcov
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
env:
Expand Down

0 comments on commit 4248895

Please sign in to comment.