Skip to content

Commit

Permalink
Upgrade to codecov action v5
Browse files Browse the repository at this point in the history
  • Loading branch information
jeking3 committed Dec 26, 2024
1 parent 2b3eaec commit c470ba3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,11 +231,12 @@ jobs:

- name: Upload coverage
if: matrix.coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
disable_search: true
file: coverage.info
name: Github Actions
fail_ci_if_error: true
files: ./coverage.info
name: github-actions
token: ${{secrets.CODECOV_TOKEN}}
verbose: true

Expand Down

0 comments on commit c470ba3

Please sign in to comment.