Skip to content

Commit f58bcaf

Browse files
authored
Merge pull request #713 from lcobucci/renovate/codecov-codecov-action-6.x
Update codecov/codecov-action action to v6
2 parents d25acfc + 67aa861 commit f58bcaf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/mutation-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,6 @@ jobs:
5858
run: "make infection PHPUNIT_FLAGS=--coverage-clover=coverage.xml"
5959

6060
- name: "Upload Code Coverage"
61-
uses: "codecov/codecov-action@v5.5.4"
61+
uses: "codecov/codecov-action@v6.0.0"
62+
with:
63+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)