Skip to content

Commit 0879f4f

Browse files
Merge pull request #31 from MarketDataApp/dependabot/github_actions/codecov/codecov-action-7
Bump codecov/codecov-action from 5 to 7
2 parents 2193912 + 664ffc0 commit 0879f4f

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)