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 15
15
workflow_dispatch :
16
16
17
17
jobs :
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
36
18
linux :
37
19
runs-on : ubuntu-latest
38
20
timeout-minutes : 15
81
63
- name : Convert coverage files
82
64
run : |
83
65
llvm-cov export -format="lcov" \
84
- .build/debug/hummingbird -postgresPackageTests.xctest \
66
+ .build/debug/swift-job -postgresPackageTests.xctest \
85
67
-ignore-filename-regex="\/Tests\/" \
86
68
-ignore-filename-regex="\/Benchmarks\/" \
87
69
-instr-profile .build/debug/codecov/default.profdata > info.lcov
You can’t perform that action at this time.
0 commit comments