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 3e6b975 commit 3b5857aCopy full SHA for 3b5857a
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Build
21
run: swift test --enable-code-coverage --filter do_not_test
22
- name: Test
23
- run: swift test --enable-code-coverage --skip-build
+ run: swift test --enable-code-coverage --skip-build --xunit-output result.xml
24
- name: Gather code coverage
25
run: xcrun llvm-cov export -format="lcov" .build/debug/KeyValueCoderPackageTests.xctest/Contents/MacOS/KeyValueCoderPackageTests -instr-profile .build/debug/codecov/default.profdata > coverage_report.lcov
26
- name: Upload Coverage
0 commit comments