File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ jobs:
2020 if : >-
2121 github.event_name == 'pull_request' &&
2222 github.event.pull_request.head.repo.full_name != github.repository
23- uses : codecov/codecov-action@v6
23+ uses : codecov/codecov-action@v7
2424 with :
2525 fail_ci_if_error : true
2626 - name : Upload coverage to codecov (with token)
2727 if : >
2828 github.repository == 'TheAlgorithms/Java' &&
2929 (github.event_name != 'pull_request' ||
3030 github.event.pull_request.head.repo.full_name == github.repository)
31- uses : codecov/codecov-action@v6
31+ uses : codecov/codecov-action@v7
3232 with :
3333 token : ${{ secrets.CODECOV_TOKEN }}
3434 fail_ci_if_error : true
Original file line number Diff line number Diff line change 8282 <plugin >
8383 <groupId >org.jacoco</groupId >
8484 <artifactId >jacoco-maven-plugin</artifactId >
85- <version >0.8.14 </version >
85+ <version >0.8.15 </version >
8686 <executions >
8787 <execution >
8888 <goals >
You can’t perform that action at this time.
0 commit comments