Skip to content

Commit

Permalink
Merge pull request #1016 from thvdveld/update-codecov
Browse files Browse the repository at this point in the history
update codecov CI to latest version
  • Loading branch information
thvdveld authored Nov 28, 2024
2 parents d2d6470 + 65ddcf5 commit cc241fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
- name: Run Coverage
run: ./ci.sh coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
#token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
token: ${{ secrets.CODECOV_TOKEN }}
files: lcov.info
fail_ci_if_error: false

0 comments on commit cc241fa

Please sign in to comment.