Skip to content

Commit

Permalink
update codecov CI to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
thvdveld committed Nov 28, 2024
1 parent d2d6470 commit 65ddcf5
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 65ddcf5

Please sign in to comment.