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

chore: remove the retry mechanism in Android testing. #639

Closed overcat closed 1 month ago

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 80.86%. Comparing base (fbdbfc3) to head (bdb35aa). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #639 +/- ## ========================================= Coverage 80.86% 80.86% Complexity 1170 1170 ========================================= Files 202 202 Lines 4427 4427 Branches 367 367 ========================================= Hits 3580 3580 Misses 617 617 Partials 230 230 ```