Skip to content

Commit 1b101f0

Browse files
committed
[MOB-10368] Reorganize some files
1 parent 8a88b49 commit 1b101f0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,16 @@ jobs:
4848
-enableCodeCoverage YES \
4949
-parallel-testing-enabled YES \
5050
-parallel-testing-worker-count 4 \
51+
-resultBundlePath TestResults.xcresult \
5152
CODE_SIGNING_REQUIRED=NO | xcpretty && exit ${PIPESTATUS[0]}
5253
5354
- name: CocoaPods lint
5455
run: pod lib lint
5556

5657
- name: Upload coverage report to codecov.io
57-
run: bash <(curl -s https://codecov.io/bash) -X gcov -J 'IterableSDK' -J 'IterableAppExtensions'
58+
run: bash <(curl -s https://codecov.io/bash) -X gcov -J 'IterableSDK' -J 'IterableAppExtensions'
59+
60+
- uses: kishikawakatsumi/xcresulttool@v1
61+
with:
62+
path: TestResults.xcresult
63+
if: success() || failure()

0 commit comments

Comments
 (0)