Skip to content

Commit c42efec

Browse files
committed
Update CI
1 parent ac85416 commit c42efec

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,6 @@ on:
1515
workflow_dispatch:
1616

1717
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
3618
linux:
3719
runs-on: ubuntu-latest
3820
timeout-minutes: 15
@@ -81,7 +63,7 @@ jobs:
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

0 commit comments

Comments
 (0)