File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5959
6060 - name : Upload Vitest coverage to Codecov
6161 if : ${{ !contains(github.event.head_commit.message, 'chore(release)') }}
62- uses : codecov/codecov-action@v6
62+ uses : codecov/codecov-action@v7
6363 env :
6464 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
6565 with :
7070
7171 - name : Retry Codecov upload when 1st try failed
7272 if : ${{ failure() && !contains(github.event.head_commit.message, 'chore(release)') }}
73- uses : codecov/codecov-action@v6
73+ uses : codecov/codecov-action@v7
7474 env :
7575 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
7676 with :
Original file line number Diff line number Diff line change 5757
5858 - name : Upload Angular Vitest coverage to Codecov
5959 if : ${{ !contains(github.event.head_commit.message, 'chore(release)') }}
60- uses : codecov/codecov-action@v6
60+ uses : codecov/codecov-action@v7
6161 env :
6262 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
6363 with :
You can’t perform that action at this time.
0 commit comments