Skip to content

Commit a5a2cb6

Browse files
committed
Github Actions
1 parent e43426b commit a5a2cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Test
2121
run: swift test --enable-code-coverage --skip-build
2222
- name: Gather code coverage
23-
run: xcrun llvm-cov export -format="lcov" .build/debug/DictionaryDecoderPackageTests.xctest/Contents/MacOS/DictionaryDecoderPackageTests -instr-profile .build/debug/codecov/default.profdata > coverage_report.lcov
23+
run: xcrun llvm-cov export -format="lcov" .build/debug/KeyValueCoderPackageTests.xctest/Contents/MacOS/KeyValueCoderPackageTests -instr-profile .build/debug/codecov/default.profdata > coverage_report.lcov
2424
- name: Upload Coverage
2525
uses: codecov/codecov-action@v3
2626
with:

0 commit comments

Comments
 (0)