Skip to content

Commit

Permalink
Merge pull request #141 from LedgerHQ/ci/codecov
Browse files Browse the repository at this point in the history
[ci] Update codecov action from v3 to v5
  • Loading branch information
lpascal-ledger authored Nov 29, 2024
2 parents d41b4c9 + a7ccad8 commit 9c2ea1c
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 9c2ea1c

Please sign in to comment.