File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 42
42
43
43
- name : Add coverage to PR
44
44
id : jacoco
45
- uses : madrapps/jacoco-report@v1.2
45
+ uses : madrapps/jacoco-report@v1.7.1
46
46
with :
47
47
paths : ${{ github.workspace }}/target/site/jacoco/jacoco.xml
48
48
token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ under the License.
83
83
<assertj .core.version>3.21.0</assertj .core.version>
84
84
<mockito .version>4.0.0</mockito .version>
85
85
<wiremock .version>2.27.2</wiremock .version>
86
- <jacoco .plugin.version>0.8.7 </jacoco .plugin.version>
86
+ <jacoco .plugin.version>0.8.12 </jacoco .plugin.version>
87
87
<maven .shade.plugin.version>3.1.1</maven .shade.plugin.version>
88
88
<mockito-inline .version>4.6.1</mockito-inline .version>
89
89
</properties >
@@ -298,7 +298,7 @@ under the License.
298
298
<version >3.0.0-M5</version >
299
299
<configuration >
300
300
<!-- argLine needed for Flink 1.16 and 1.17 or there are unit test errors-->
301
- <argLine >--add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED</argLine >
301
+ <argLine >@{argLine} --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED</argLine >
302
302
</configuration >
303
303
</plugin >
304
304
You can’t perform that action at this time.
0 commit comments