clightning4j / JRPClightning

:zap: Java framework for C-Lightning to work with the RPC interface, and also the library simplifies the work to develop custom plugins with Java, Kotlin, and all the languages that supports the Java dependencies :zap:
https://clightning4j.github.io/JRPClightning/
GNU General Public License v2.0
16 stars 9 forks source link

Improve log debug and fixed the convertion of the log into double #38

Closed vincenzopalazzo closed 3 years ago

vincenzopalazzo commented 3 years ago

Signed-off-by: Vincenzo Palazzo vincenzopalazzodev@gmail.com

github-actions[bot] commented 3 years ago

Unit Test Results

14 files  ±0  14 suites  ±0   1m 43s :stopwatch: ±0s 77 tests ±0  76 :heavy_check_mark: ±0  1 :zzz: ±0  0 :x: ±0 

Results for commit 9cd3b88f. ± Comparison against base commit 9cd3b88f.

:recycle: This comment has been updated with latest results.

codecov-commenter commented 3 years ago

Codecov Report

Merging #38 (d372e74) into master (114bc10) will decrease coverage by 0.40%. The diff coverage is 9.67%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #38      +/-   ##
============================================
- Coverage     41.25%   40.84%   -0.41%     
- Complexity      322      323       +1     
============================================
  Files           125      126       +1     
  Lines          2058     2086      +28     
  Branches        142      146       +4     
============================================
+ Hits            849      852       +3     
- Misses         1119     1144      +25     
  Partials         90       90              
Flag Coverage Δ
unittests 40.84% <9.67%> (-0.41%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...ghtning/plugins/interceptor/MappingCmdOptions.java 0.00% <ø> (ø)
...clightning/plugins/rpcmethods/init/InitMethod.java 10.34% <0.00%> (ø)
.../converters/jsontypeadapter/ObjectTypeAdapter.java 7.40% <7.40%> (ø)
...in/java/jrpc/service/converters/JsonConverter.java 59.57% <100.00%> (+0.87%) :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 114bc10...d372e74. Read the comment docs.