File tree 2 files changed +7
-2
lines changed
aws-lambda-java-runtime-interface-client
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 62
62
with :
63
63
name : aws-lambda-java-runtime-interface-client
64
64
path : ./aws-lambda-java-runtime-interface-client/target/aws-lambda-java-runtime-interface-client-*.jar
65
+
66
+ - name : Upload coverage to Codecov
67
+ uses : codecov/codecov-action@v4
68
+ env :
69
+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 34
34
<properties >
35
35
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
36
36
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
37
- <jacoco .maven.plugin.version>0.8.8 </jacoco .maven.plugin.version>
37
+ <jacoco .maven.plugin.version>0.8.12 </jacoco .maven.plugin.version>
38
38
<maven-install-plugin .version>2.4</maven-install-plugin .version>
39
39
<maven-deploy-plugin .version>3.1.1</maven-deploy-plugin .version>
40
40
<junit-jupiter .version>5.9.2</junit-jupiter .version>
112
112
<artifactId >maven-surefire-plugin</artifactId >
113
113
<version >3.0.0-M9</version >
114
114
<configuration >
115
- <argLine >${argLineForReflectionTestOnly} </argLine >
115
+ <argLine >${argLineForReflectionTestOnly} ${argLine} </argLine >
116
116
</configuration >
117
117
<dependencies >
118
118
<dependency >
You can’t perform that action at this time.
0 commit comments