Skip to content

Commit 4f2eabc

Browse files
Bump codecov/codecov-action from 1 to 2.1.0 (#68)
* Bump codecov/codecov-action from 1 to 2.1.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 2.1.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](codecov/codecov-action@v1...v2.1.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Update .github/workflows/tests.yml Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Paramtamtam <[email protected]>
1 parent e2c5514 commit 4f2eabc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs: # Docs: <https://help.github.com/en/articles/workflow-syntax-for-github-ac
8080
XDEBUG_MODE: coverage
8181
run: composer test-cover
8282

83-
- uses: codecov/codecov-action@v1 # Docs: <https://github.com/codecov/codecov-action>
83+
- uses: codecov/codecov-action@v2 # Docs: <https://github.com/codecov/codecov-action>
8484
if: matrix.coverage == 'true'
8585
with:
8686
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)