Skip to content

Commit

Permalink
Update swift-code-coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
freef4ll authored Oct 1, 2024
1 parent d994a36 commit b8e9b4b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/swift-code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
- name: Upload codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_REPO_TOKEN }}
#token: ${{ secrets.CODECOV_REPO_TOKEN }}
files: info.lcov
fail_ci_if_error: true
env:
token: ${{ secrets.CODECOV_REPO_TOKEN }}

0 comments on commit b8e9b4b

Please sign in to comment.