Skip to content

Commit

Permalink
Codecov: Move to codecov-action v4 and fix coverage report (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuroe authored Apr 19, 2024
1 parent 065d04c commit 4af3fc9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ jobs:
if-no-files-found: ignore

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
xcode: true
xcode_archive_path: Logs/CompoundTests.xcresult

0 comments on commit 4af3fc9

Please sign in to comment.