Skip to content

Commit

Permalink
Upgraded CI to codecov-action@v5
Browse files Browse the repository at this point in the history
  • Loading branch information
RealA10N committed Dec 3, 2024
1 parent 5b39141 commit b68dae1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
run: just cover

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
uses: codecov/codecov-action@v5
with:
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit b68dae1

Please sign in to comment.