File tree Expand file tree Collapse file tree 1 file changed +1
-19
lines changed
Expand file tree Collapse file tree 1 file changed +1
-19
lines changed Original file line number Diff line number Diff line change 1515 workflow_dispatch :
1616
1717jobs :
18- # macOS:
19- # runs-on: macOS-13
20- # steps:
21- # - name: Checkout
22- # uses: actions/checkout@v4
23- # - name: SPM tests
24- # run: swift test --enable-code-coverage
25- # - name: Convert coverage files
26- # run: |
27- # xcrun llvm-cov export -format "lcov" \
28- # .build/debug/hummingbirdPackageTests.xctest/Contents/MacOs/hummingbirdPackageTests \
29- # -ignore-filename-regex="\/Tests\/" \
30- # -ignore-filename-regex="\/Benchmarks\/" \
31- # -instr-profile=.build/debug/codecov/default.profdata > info.lcov
32- # - name: Upload to codecov.io
33- # uses: codecov/codecov-action@v4
34- # with:
35- # file: info.lcov
3618 linux :
3719 runs-on : ubuntu-latest
3820 timeout-minutes : 15
8163 - name : Convert coverage files
8264 run : |
8365 llvm-cov export -format="lcov" \
84- .build/debug/hummingbird -postgresPackageTests.xctest \
66+ .build/debug/swift-job -postgresPackageTests.xctest \
8567 -ignore-filename-regex="\/Tests\/" \
8668 -ignore-filename-regex="\/Benchmarks\/" \
8769 -instr-profile .build/debug/codecov/default.profdata > info.lcov
You can’t perform that action at this time.
0 commit comments