lightsail-network / java-stellar-sdk

The Java Stellar SDK library provides APIs to build transactions and connect to Horizon and Soroban-RPC Server.
https://javadoc.io/doc/network.lightsail/stellar-sdk
Apache License 2.0
175 stars 160 forks source link

test: refactor Soroban RPC tests. #636

Closed overcat closed 3 months ago

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 80.81%. Comparing base (426eed4) to head (aa63b23). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #636 +/- ## ========================================= Coverage 80.81% 80.81% Complexity 1170 1170 ========================================= Files 202 202 Lines 4430 4430 Branches 367 367 ========================================= Hits 3580 3580 Misses 620 620 Partials 230 230 ```