influxdata / influxdb-java

Java client for InfluxDB
MIT License
1.19k stars 478 forks source link

Update moshi to 1.13 #837

Open majst01 opened 2 years ago

majst01 commented 2 years ago

try to solve #276

codecov-commenter commented 2 years ago

Codecov Report

Merging #837 (5dbf800) into master (e5f80c6) will decrease coverage by 6.17%. The diff coverage is n/a.

:exclamation: Current head 5dbf800 differs from pull request most recent head 63ba6e9. Consider uploading reports for the commit 63ba6e9 to get more accurate results

@@             Coverage Diff              @@
##             master     #837      +/-   ##
============================================
- Coverage     61.18%   55.00%   -6.18%     
+ Complexity      440      390      -50     
============================================
  Files            70       70              
  Lines          2576     2576              
  Branches        270      270              
============================================
- Hits           1576     1417     -159     
- Misses          931     1093     +162     
+ Partials         69       66       -3     
Impacted Files Coverage Δ
...ava/org/influxdb/msgpack/QueryResultModelPath.java 0.00% <0.00%> (-90.00%) :arrow_down:
...ava/org/influxdb/msgpack/MessagePackTraverser.java 0.00% <0.00%> (-87.24%) :arrow_down:
...uxdb/msgpack/MessagePackResponseBodyConverter.java 25.00% <0.00%> (-75.00%) :arrow_down:
src/main/java/org/influxdb/impl/InfluxDBImpl.java 79.27% <0.00%> (-3.38%) :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 e5f80c6...63ba6e9. Read the comment docs.