File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Original file line number Diff line number Diff line change 87
87
run : mvn -B clean install -D enable-ci --file pom.xml "-Dsurefire.argLine=--add-opens java.base/java.net=ALL-UNNAMED"
88
88
- name : Codecov Report
89
89
if : matrix.os == 'ubuntu' && matrix.java == '17'
90
- uses : codecov/codecov-action@v4.4.1
90
+ uses : codecov/codecov-action@v3
91
91
with :
92
- # we do not want to have coverage not reported for a PR.
93
- fail_ci_if_error : true
94
92
token : ${{ secrets.CODECOV_TOKEN }}
93
+ fail_ci_if_error : true
94
+ verbose : true
Original file line number Diff line number Diff line change 44
44
<jacoco .coverage.target.class.method>0.50</jacoco .coverage.target.class.method>
45
45
<!-- For non-ci builds we'd like the build to still complete if jacoco metrics aren't met. -->
46
46
<jacoco .haltOnFailure>false</jacoco .haltOnFailure>
47
- <jjwt .suite.version>0.12.5 </jjwt .suite.version>
47
+ <jjwt .suite.version>0.12.6 </jjwt .suite.version>
48
48
49
49
<jacoco .surefire.argLine />
50
50
<surefire .argLine />
55
55
<extension >
56
56
<groupId >org.apache.maven.scm</groupId >
57
57
<artifactId >maven-scm-provider-gitexe</artifactId >
58
- <version >1.13 .0</version >
58
+ <version >2.1 .0</version >
59
59
</extension >
60
60
<extension >
61
61
<groupId >org.apache.maven.scm</groupId >
62
62
<artifactId >maven-scm-manager-plexus</artifactId >
63
- <version >2.0.1 </version >
63
+ <version >2.1.0 </version >
64
64
</extension >
65
65
</extensions >
66
66
<testResources >
99
99
<plugin >
100
100
<groupId >org.apache.maven.plugins</groupId >
101
101
<artifactId >maven-gpg-plugin</artifactId >
102
- <version >3.1.0 </version >
102
+ <version >3.2.4 </version >
103
103
</plugin >
104
104
<plugin >
105
105
<groupId >org.jacoco</groupId >
290
290
<plugin >
291
291
<groupId >org.apache.maven.plugins</groupId >
292
292
<artifactId >maven-jar-plugin</artifactId >
293
- <version >3.4.1 </version >
293
+ <version >3.4.2 </version >
294
294
<configuration >
295
295
<archive >
296
296
<manifestEntries >
You can’t perform that action at this time.
0 commit comments