Skip to content

Commit

Permalink
Merge pull request #304 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 72d9d6c + 0423288 commit 89d330a
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 @@ -43,7 +43,7 @@ jobs:
run: pnpm test:node

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

test-ipa-navig:
name: IPA sur le navigateur
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
run: pnpm test:navig

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

test-ipa-electron-principal:
name: IPA sur Électron principal
Expand Down Expand Up @@ -107,4 +107,4 @@ jobs:
run: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- pnpm run test:électron-principal

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

0 comments on commit 89d330a

Please sign in to comment.