Skip to content

Commit 35d2f3e

Browse files
Bump codecov/codecov-action from 1 to 4 (#12)
* Bump codecov/codecov-action from 1 to 4 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v1...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Add token for Codecov --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alessandro Lai <alessandro.lai85@gmail.com>
1 parent 890a18d commit 35d2f3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ jobs:
5656
- name: Run tests
5757
run: vendor/bin/phpunit --coverage-clover=coverage.xml
5858
- name: Upload code coverage
59-
uses: codecov/codecov-action@v1
59+
uses: codecov/codecov-action@v4
6060
with:
6161
file: './coverage.xml'
6262
fail_ci_if_error: true
63+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)