Skip to content

Commit dfbe21d

Browse files
authored
Update swift.yml
1 parent ed6d51f commit dfbe21d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Run tests
2727
run: swift test --enable-code-coverage
2828
- name: Prepare Code Coverage
29-
run: xcrun llvm-cov export -format="lcov" .build/debug/AutomergeSwiftAdditionsPackageTests.xctest/Contents/MacOS/AutomergeSwiftAdditionsPackageTests -instr-profile .build/debug/codecov/default.profdata > info.lcov
29+
run: xcrun llvm-cov export -format="lcov" .build/debug/KTViewModelBuilderPackageTests.xctest/Contents/MacOS/KTViewModelBuilderPackageTests -instr-profile .build/debug/codecov/default.profdata > info.lcov
3030
- name: Upload coverage reports to Codecov
3131
uses: codecov/codecov-action@v5
3232
with:

0 commit comments

Comments
 (0)