File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
{{ cookiecutter.name | lower }}/.github/workflows Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6262 {%- endraw %}
6363 run : xcodebuild test -scheme "{{ cookiecutter.name }}" -destination "platform=macOS" clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ '{{ matrix.name }}' }}.xcresult" || exit 1
6464 - name : Upload coverage reports to Codecov
65- uses : codecov/codecov-action@v5.5.3
65+ uses : codecov/codecov-action@v5.5.4
6666 with :
6767 {%- raw %}
6868 token : ${{ secrets.CODECOV_TOKEN }}
@@ -162,7 +162,7 @@ jobs:
162162 {%- endraw %}
163163 run : xcodebuild test -scheme "{{ cookiecutter.name }}" -destination ${{ '{{ matrix.destination }}' }} clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ '{{ matrix.name }}' }}.xcresult" || exit 1
164164 - name : Upload coverage reports to Codecov
165- uses : codecov/codecov-action@v5.5.3
165+ uses : codecov/codecov-action@v5.5.4
166166 with :
167167 {%- raw %}
168168 token : ${{ secrets.CODECOV_TOKEN }}
@@ -221,7 +221,7 @@ jobs:
221221 {%- endraw %}
222222 run : xcodebuild test -scheme "{{ cookiecutter.name }}" -destination "${{ '{{ matrix.destination }}' }}" clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ '{{ matrix.name }}' }}.xcresult" || exit 1
223223 - name : Upload coverage reports to Codecov
224- uses : codecov/codecov-action@v5.5.3
224+ uses : codecov/codecov-action@v5.5.4
225225 with :
226226 {%- raw %}
227227 token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments