Closed fyang86 closed 2 years ago
Merging #686 (ceff950) into r0.12-flink1.14 (927b54e) will increase coverage by
0.07%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## r0.12-flink1.14 #686 +/- ##
=====================================================
+ Coverage 82.30% 82.37% +0.07%
- Complexity 580 581 +1
=====================================================
Files 60 60
Lines 2712 2712
Branches 234 234
=====================================================
+ Hits 2232 2234 +2
+ Misses 298 295 -3
- Partials 182 183 +1
Impacted Files | Coverage Δ | |
---|---|---|
...vega/connectors/flink/sink/PravegaEventWriter.java | 90.54% <0.00%> (+2.70%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 927b54e...ceff950. Read the comment docs.
Signed-off-by: Fan, Yang fan.yang5@emc.com
Change log description Update Flink version to
1.14.4
on branchr0.12-flink1.14
to avoid log4j2 vulnerability during buildPurpose of the change Fix #684
What the code does Update
flinkVersion
ingradle.properties
How to verify it
./gradlew clean build
should pass