We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e43426b commit a5a2cb6Copy full SHA for a5a2cb6
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Test
21
run: swift test --enable-code-coverage --skip-build
22
- 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
+ run: xcrun llvm-cov export -format="lcov" .build/debug/KeyValueCoderPackageTests.xctest/Contents/MacOS/KeyValueCoderPackageTests -instr-profile .build/debug/codecov/default.profdata > coverage_report.lcov
24
- name: Upload Coverage
25
uses: codecov/codecov-action@v3
26
with:
0 commit comments