diff --git a/{{ cookiecutter.name | lower }}/.github/workflows/ci.yml b/{{ cookiecutter.name | lower }}/.github/workflows/ci.yml index 2026f2b..6aacb26 100644 --- a/{{ cookiecutter.name | lower }}/.github/workflows/ci.yml +++ b/{{ cookiecutter.name | lower }}/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: {%- endraw %} run: xcodebuild test -scheme "{{ cookiecutter.name }}" -destination "platform=macOS" clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ '{{ matrix.name }}' }}.xcresult" || exit 1 - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v5.5.2 + uses: codecov/codecov-action@v5.5.3 with: {%- raw %} token: ${{ secrets.CODECOV_TOKEN }} @@ -162,7 +162,7 @@ jobs: {%- endraw %} run: xcodebuild test -scheme "{{ cookiecutter.name }}" -destination ${{ '{{ matrix.destination }}' }} clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ '{{ matrix.name }}' }}.xcresult" || exit 1 - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v5.5.2 + uses: codecov/codecov-action@v5.5.3 with: {%- raw %} token: ${{ secrets.CODECOV_TOKEN }} @@ -221,7 +221,7 @@ jobs: {%- endraw %} run: xcodebuild test -scheme "{{ cookiecutter.name }}" -destination "${{ '{{ matrix.destination }}' }}" clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ '{{ matrix.name }}' }}.xcresult" || exit 1 - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v5.5.2 + uses: codecov/codecov-action@v5.5.3 with: {%- raw %} token: ${{ secrets.CODECOV_TOKEN }}