Skip to content

Commit 0aa7978

Browse files
committed
updated ci
1 parent 5af7aec commit 0aa7978

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/swift.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
- name: Build & Run tests
2626
run: swift test --enable-code-coverage
2727
- name: Convert coverage report
28-
run: xcrun llvm-cov export -format="lcov" .build/debug/SubstrataPackageTests.xctest/Contents/MacOS/SubstrataPackageTests -instr-profile .build/debug/codecov/default.profdata > coverage.lcov
28+
run: xcrun llvm-cov export -format="lcov" .build/debug/AnalyticsLivePackageTests.xctest/Contents/MacOS/AnalyticsLivePackageTests -instr-profile .build/debug/codecov/default.profdata > coverage.lcov
2929
- name: Upload coverage reports to Codecov
3030
uses: codecov/[email protected]
3131
with:
3232
token: ${{ secrets.CODECOV_TOKEN }}
33-
slug: segmentio/substrata-swift
33+
slug: segmentio/analytics-swift-live
3434

3535
build_and_test_spm_mac:
3636
needs: cancel_previous
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
xcode-version: "16.2"
5858
- uses: actions/checkout@v2
59-
- run: xcodebuild -scheme Substrata-Package test -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 16'
59+
- run: xcodebuild -scheme AnalyticsLive-Package test -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 16'
6060

6161
build_and_test_tvos:
6262
needs: cancel_previous
@@ -66,4 +66,4 @@ jobs:
6666
with:
6767
xcode-version: "16.2"
6868
- uses: actions/checkout@v2
69-
- run: xcodebuild -scheme Substrata-Package test -sdk appletvsimulator -destination 'platform=tvOS Simulator,name=Apple TV'
69+
- run: xcodebuild -scheme AnalyticsLive-Package test -sdk appletvsimulator -destination 'platform=tvOS Simulator,name=Apple TV'

0 commit comments

Comments
 (0)