|
51 | 51 | steps:
|
52 | 52 | - uses: actions/checkout@v4
|
53 | 53 | - name: ${{ matrix.name }}
|
54 |
| - run: xcodebuild test -scheme "BuilderMacroClient" -destination "platform=macOS" clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ matrix.name }}.xcresult" || exit 1 |
| 54 | + run: xcodebuild test -scheme "BuilderMacro-Package" -destination "platform=macOS" clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ matrix.name }}.xcresult" || exit 1 |
55 | 55 | - name: Upload coverage reports to Codecov
|
56 |
| - uses: codecov/codecov-action@v4.6.0 |
| 56 | + uses: codecov/codecov-action@v4.5.0 |
57 | 57 | with:
|
58 | 58 | token: ${{ secrets.CODECOV_TOKEN }}
|
59 | 59 | xcode: true
|
|
87 | 87 | steps:
|
88 | 88 | - uses: actions/checkout@v4
|
89 | 89 | - name: ${{ matrix.name }}
|
90 |
| - run: xcodebuild test -scheme "BuilderMacroClient" -destination "${{ matrix.destination }}" clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ matrix.name }}.xcresult" || exit 1 |
| 90 | + run: xcodebuild test -scheme "BuilderMacro-Package" -destination "${{ matrix.destination }}" clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ matrix.name }}.xcresult" || exit 1 |
91 | 91 | - uses: actions/upload-artifact@v4
|
92 | 92 | with:
|
93 | 93 | name: ${{ matrix.name }}
|
@@ -117,9 +117,9 @@ jobs:
|
117 | 117 | steps:
|
118 | 118 | - uses: actions/checkout@v4
|
119 | 119 | - name: ${{ matrix.name }}
|
120 |
| - run: xcodebuild test -scheme "BuilderMacroClient" -destination "${{ matrix.destination }}" clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ matrix.name }}.xcresult" || exit 1 |
| 120 | + run: xcodebuild test -scheme "BuilderMacro-Package" -destination "${{ matrix.destination }}" clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ matrix.name }}.xcresult" || exit 1 |
121 | 121 | - name: Upload coverage reports to Codecov
|
122 |
| - uses: codecov/codecov-action@v4.6.0 |
| 122 | + uses: codecov/codecov-action@v4.5.0 |
123 | 123 | with:
|
124 | 124 | token: ${{ secrets.CODECOV_TOKEN }}
|
125 | 125 | xcode: true
|
@@ -153,9 +153,9 @@ jobs:
|
153 | 153 | steps:
|
154 | 154 | - uses: actions/checkout@v4
|
155 | 155 | - name: ${{ matrix.name }}
|
156 |
| - run: xcodebuild test -scheme "BuilderMacroClient" -destination "${{ matrix.destination }}" clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ matrix.name }}.xcresult" || exit 1 |
| 156 | + run: xcodebuild test -scheme "BuilderMacro-Package" -destination "${{ matrix.destination }}" clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ matrix.name }}.xcresult" || exit 1 |
157 | 157 | - name: Upload coverage reports to Codecov
|
158 |
| - uses: codecov/codecov-action@v4.6.0 |
| 158 | + uses: codecov/codecov-action@v4.5.0 |
159 | 159 | with:
|
160 | 160 | token: ${{ secrets.CODECOV_TOKEN }}
|
161 | 161 | xcode: true
|
|
0 commit comments