Skip to content

Commit 5de96c3

Browse files
chore(deps): update codecov/codecov-action action to v3.1.6 (#24)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 73069ce commit 5de96c3

File tree

1 file changed

+3
-3
lines changed
  • {{ cookiecutter.name | lower }}/.github/workflows

1 file changed

+3
-3
lines changed

{{ cookiecutter.name | lower }}/.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)