Skip to content

Commit

Permalink
Update create-and-upload-coverage-report.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Schmiedmayer <PSchmiedmayer@users.noreply.github.com>
  • Loading branch information
PSchmiedmayer authored Apr 17, 2024
1 parent 5558a1a commit 3168d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-and-upload-coverage-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
xcrun xcresulttool merge ${{ inputs.coveragereports }} --output-path CodeCoverage.xcresult
rm -rf ${{ inputs.coveragereports }}
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
token: ${{ secrets.token }}
Expand Down

0 comments on commit 3168d9e

Please sign in to comment.