Skip to content

Commit 68b6fb9

Browse files
Bump codecov/codecov-action from 1.5.2 to 2.0.1 (#139)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1.5.2 to 2.0.1. - [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.5.2...v2.0.1) --- 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 ffcb797 commit 68b6fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
- name: Build
2626
run: mvn -Pjacoco clean verify --batch-mode --show-version
2727
- name: Upload coverage to Codecov
28-
uses: codecov/codecov-action@v1.5.2
28+
uses: codecov/codecov-action@v2.0.1
2929
with:
3030
file: ./target/site/jacoco/jacoco.xml

0 commit comments

Comments
 (0)