HikariCP icon indicating copy to clipboard operation
HikariCP copied to clipboard

Fix the build on travis ci by using Log4j2 versions less than 3.0.0-SNAPSHOT.

Open PascalSchumacher opened this issue 2 years ago • 1 comments

PascalSchumacher avatar Feb 16 '22 19:02 PascalSchumacher

Codecov Report

Merging #1903 (d566d9c) into dev (ed2da5f) will decrease coverage by 0.41%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##                dev    #1903      +/-   ##
============================================
- Coverage     70.75%   70.33%   -0.42%     
+ Complexity      575      572       -3     
============================================
  Files            26       26              
  Lines          2171     2171              
  Branches        311      311              
============================================
- Hits           1536     1527       -9     
- Misses          484      494      +10     
+ Partials        151      150       -1     
Impacted Files Coverage Δ
...in/java/com/zaxxer/hikari/pool/ProxyStatement.java 46.15% <0.00%> (-3.08%) :arrow_down:
src/main/java/com/zaxxer/hikari/pool/PoolBase.java 69.96% <0.00%> (-2.20%) :arrow_down:
...ain/java/com/zaxxer/hikari/util/ConcurrentBag.java 74.46% <0.00%> (-1.07%) :arrow_down:

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 a9147ee...d566d9c. Read the comment docs.

codecov[bot] avatar Feb 16 '22 19:02 codecov[bot]