File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
30303131 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
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
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'
You can’t perform that action at this time.
0 commit comments