We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4b407e commit 1a8cd7fCopy full SHA for 1a8cd7f
.github/workflows/swift.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Setup Xcode
39
uses: maxim-lobanov/[email protected]
40
with:
41
- xcode-version: "15.4"
+ xcode-version: "15.2.0"
42
43
- name: Gather code coverage
44
run: xcrun llvm-cov export -format="lcov" .build/debug/SQLiteCloudPackageTests.xctest/Contents/MacOS/SQLiteCloudPackageTests -instr-profile .build/debug/codecov/default.profdata > coverage_report.lcov
0 commit comments