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 6363 {%- endraw %}
6464 run : xcodebuild test -scheme "{{ cookiecutter.name }}" -destination "platform=macOS" clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ '{{ matrix.name }}' }}.xcresult" || exit 1
6565 - name : Upload coverage reports to Codecov
66- uses : codecov/codecov-action@v3.1.0
66+ uses : codecov/codecov-action@v3.1.6
6767 with :
6868 {%- raw %}
6969 token : ${{ secrets.CODECOV_TOKEN }}
@@ -163,7 +163,7 @@ jobs:
163163 {%- endraw %}
164164 run : xcodebuild test -scheme "{{ cookiecutter.name }}" -destination ${{ '{{ matrix.destination }}' }} clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ '{{ matrix.name }}' }}.xcresult" || exit 1
165165 - name : Upload coverage reports to Codecov
166- uses : codecov/codecov-action@v3.1.0
166+ uses : codecov/codecov-action@v3.1.6
167167 with :
168168 {%- raw %}
169169 token : ${{ secrets.CODECOV_TOKEN }}
@@ -222,7 +222,7 @@ jobs:
222222 {%- endraw %}
223223 run : xcodebuild test -scheme "{{ cookiecutter.name }}" -destination "${{ '{{ matrix.destination }}' }}" clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ '{{ matrix.name }}' }}.xcresult" || exit 1
224224 - name : Upload coverage reports to Codecov
225- uses : codecov/codecov-action@v3.1.0
225+ uses : codecov/codecov-action@v3.1.6
226226 with :
227227 {%- raw %}
228228 token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments