Skip to content

Commit

Permalink
Merge pull request #146 from reseau-constellation/renovate/codecov-co…
Browse files Browse the repository at this point in the history
…decov-action-5.x

Update codecov/codecov-action action to v5
  • Loading branch information
julienmalard authored Nov 15, 2024
2 parents 2e5d3ca + 8f98c62 commit 82b1444
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: pnpm test:node

- name: Envoyer couverure à Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5

tests-navig:
name: Tests sur navigateur
Expand All @@ -59,7 +59,7 @@ jobs:
run: pnpm test:navig

- name: Envoyer couverure à Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5

test-electron-principal:
name: Tests sur Électron principal
Expand Down Expand Up @@ -96,6 +96,6 @@ jobs:
run: pnpm run test:électron-principal

- name: Envoyer couverure à Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 82b1444

Please sign in to comment.