Skip to content

Commit

Permalink
use Codecov v5
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph-Edwards authored and james-d-mitchell committed Jan 7, 2025
1 parent 6be639d commit c71b3ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,10 @@ jobs:
export GCOV=/usr/bin/gcov-13
etc/test-code-coverage.sh test_all "[quick][exclude:no-valgrind][exclude:no-coverage]"
- name: "Uploading to Codecov . . ."
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
fail_ci_if_error: true
file: coverage.info
files: coverage.info
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true
- name: "Cleanup . . ."
Expand Down

0 comments on commit c71b3ab

Please sign in to comment.