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 a7ccad8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,14 @@ jobs:
name: code-coverage
path: unit-tests/coverage

- name: Install codecov dependencies
run: apk update && apk add curl gpg

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

0 comments on commit a7ccad8

Please sign in to comment.