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 9, 2024
1 parent 1fcf8e5 commit 4a4d579
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swift-code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
fi
- name: Upload codecov
uses: codecov/codecov-action@v4.5.0
uses: codecov/codecov-action@v4
with:
#token: ${{ secrets.CODECOV_REPO_TOKEN }}
version: v0.7.3
#version: v0.7.3
files: info.lcov
fail_ci_if_error: true
verbose: true
Expand Down

0 comments on commit 4a4d579

Please sign in to comment.