Skip to content

Commit 3b5857a

Browse files
committed
junit
1 parent 3e6b975 commit 3b5857a

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: Build
2121
run: swift test --enable-code-coverage --filter do_not_test
2222
- name: Test
23-
run: swift test --enable-code-coverage --skip-build
23+
run: swift test --enable-code-coverage --skip-build --xunit-output result.xml
2424
- name: Gather code coverage
2525
run: xcrun llvm-cov export -format="lcov" .build/debug/KeyValueCoderPackageTests.xctest/Contents/MacOS/KeyValueCoderPackageTests -instr-profile .build/debug/codecov/default.profdata > coverage_report.lcov
2626
- name: Upload Coverage

0 commit comments

Comments
 (0)