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

Create a lite interface to use the rpc interface. #65

Closed vincenzopalazzo closed 2 years ago

vincenzopalazzo commented 2 years ago

Fixes #62

codecov-commenter commented 2 years ago

Codecov Report

Merging #65 (c4ed9d7) into master (9b9d799) will increase coverage by 0.22%. The diff coverage is 46.51%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #65      +/-   ##
============================================
+ Coverage     41.57%   41.80%   +0.22%     
- Complexity      327      333       +6     
============================================
  Files           126      127       +1     
  Lines          2078     2117      +39     
  Branches        148      148              
============================================
+ Hits            864      885      +21     
- Misses         1123     1142      +19     
+ Partials         91       90       -1     
Flag Coverage Δ
unittests 41.80% <46.51%> (+0.22%) :arrow_up:

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

Impacted Files Coverage Δ
.../java/jrpc/service/socket/UnixDomainSocketRpc.java 50.66% <34.78%> (-4.89%) :arrow_down:
...c/main/java/jrpc/clightning/LiteCLightningRPC.java 46.66% <46.66%> (ø)
src/main/java/jrpc/clightning/CLightningRPC.java 60.55% <100.00%> (+1.11%) :arrow_up:
...pc/clightning/service/socket/CLightningSocket.java 100.00% <0.00%> (+37.50%) :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 9b9d799...c4ed9d7. Read the comment docs.

github-actions[bot] commented 2 years ago

Unit Test Results

16 files  +1  16 suites  +1   1m 34s :stopwatch: +7s 80 tests +1  79 :heavy_check_mark: +1  1 :zzz: ±0  0 :x: ±0 

Results for commit be32b50d. ± Comparison against base commit 9b9d7996.

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