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 7429892 commit 874ba39Copy full SHA for 874ba39
.github/workflows/build.yml
@@ -18,9 +18,9 @@ jobs:
18
- name: Version
19
run: swift --version
20
- name: Build
21
- run: swift test --enable-code-coverage --filter do_not_test
+ run: swift build --build-tests --enable-code-coverage
22
- name: Test
23
- run: swift test --enable-code-coverage --skip-build
+ run: swift test --skip-build --enable-code-coverage
24
- name: Gather code coverage
25
run: xcrun llvm-cov export -format="lcov" .build/debug/MutexPackageTests.xctest/Contents/MacOS/MutexPackageTests -instr-profile .build/debug/codecov/default.profdata > coverage_report.lcov
26
- name: Upload Coverage
0 commit comments