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

Check validity of JSON string in the plugin implementation #36

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 27s :stopwatch: ±0s 77 tests ±0  76 :heavy_check_mark: ±0  1 :zzz: ±0  0 :x: ±0 

Results for commit 56103483. ± Comparison against base commit 56103483.

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

codecov-commenter commented 3 years ago

Codecov Report

Merging #36 (0eb1e25) into master (92485d1) will decrease coverage by 0.30%. The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #36      +/-   ##
============================================
- Coverage     41.76%   41.46%   -0.31%     
  Complexity      322      322              
============================================
  Files           126      125       -1     
  Lines          2035     2050      +15     
  Branches        137      141       +4     
============================================
  Hits            850      850              
- Misses         1095     1110      +15     
  Partials         90       90              
Flag Coverage Δ
unittests 41.46% <0.00%> (-0.31%) :arrow_down:

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

Impacted Files Coverage Δ
...java/jrpc/clightning/plugins/CLightningPlugin.java 0.00% <0.00%> (ø)
...main/java/jrpc/clightning/plugins/PluginUtils.java 0.00% <0.00%> (ø)
...e/converters/jsonwrapper/CLightningJsonObject.java 0.00% <0.00%> (ø)
src/main/java/jrpc/util/ParameterChecker.java 36.00% <0.00%> (-9.00%) :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 92485d1...0eb1e25. Read the comment docs.