File tree Expand file tree Collapse file tree 4 files changed +3
-29
lines changed
Expand file tree Collapse file tree 4 files changed +3
-29
lines changed Original file line number Diff line number Diff line change 8686 # ℹ️ Command-line programs to run using the OS shell.
8787 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
8888 - if : matrix.build-mode == 'manual'
89- run : swift build -v
89+ run : swift build -v --enable-experimental-prebuilts
9090
9191 - name : Perform CodeQL Analysis
9292 uses : github/codeql-action/analyze@v3
Original file line number Diff line number Diff line change 1515 runs-on : macos-latest
1616 steps :
1717 - uses : actions/checkout@v5
18- - uses : maxim-lobanov/setup-xcode@v1
19- with :
20- xcode-version : ' 26.0-beta'
2118 - name : Run tests
22- run : swift test -v --enable-code-coverage
19+ run : swift test -v --enable-code-coverage --enable-experimental-prebuilts
2320 - name : Export coverage report as Lcov
2421 run : xcrun llvm-cov export -format="lcov" -instr-profile=.build/arm64-apple-macosx/debug/codecov/default.profdata .build/arm64-apple-macosx/debug/ShitLibPackageTests.xctest/Contents/MacOS/ShitLibPackageTests > lcov.info
2522 - uses : codecov/codecov-action@v5
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11disabled_rules :
2- - identifier_name
2+ - identifier_name
You can’t perform that action at this time.
0 commit comments