Skip to content

Commit

Permalink
[ci] Update codecov action from v3 to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
lpascal-ledger committed Nov 29, 2024
1 parent d41b4c9 commit e1dd779
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ jobs:
path: unit-tests/coverage

- name: Upload to codecov.io
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: ./unit-tests/coverage.info
flags: unittests
name: codecov-app-boilerplate
Expand Down

0 comments on commit e1dd779

Please sign in to comment.