Skip to content

Commit 664ffc0

Browse files
Bump codecov/codecov-action from 5 to 7
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 7. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5...v7) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0f65b22 commit 664ffc0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
# subsequent PR runs compare against (see codecov.yml).
7070
- name: Upload coverage to Codecov (JDK 17 only)
7171
if: success() && matrix.java == '17'
72-
uses: codecov/codecov-action@v5
72+
uses: codecov/codecov-action@v7
7373
with:
7474
token: ${{ secrets.CODECOV_TOKEN }}
7575
files: build/reports/jacoco/test/jacocoTestReport.xml

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# configures `threshold: 5%` so a PR fails the Codecov status check
5959
# if line coverage drops more than 5 pp vs the base branch.
6060
- name: Upload coverage to Codecov
61-
uses: codecov/codecov-action@v5
61+
uses: codecov/codecov-action@v7
6262
with:
6363
token: ${{ secrets.CODECOV_TOKEN }}
6464
files: build/reports/jacoco/test/jacocoTestReport.xml

0 commit comments

Comments
 (0)