Skip to content

Commit a55bff3

Browse files
chore(deps): bump codecov/codecov-action from 1 to 2.1.0 (#34)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f4446db commit a55bff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
run: "composer dev:test:coverage:ci"
112112

113113
- name: "Publish coverage report to Codecov"
114-
uses: "codecov/codecov-action@v1"
114+
uses: "codecov/codecov-action@v2.1.0"
115115

116116
unit-tests:
117117
name: "Unit tests"

0 commit comments

Comments
 (0)