Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add UTXOs counting to GetBalanceByAddress request #2080

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

add UTXOs counting to GetBalanceByAddress reques

5f5d91a
Select commit
Loading
Failed to load commit list.
Open

add UTXOs counting to GetBalanceByAddress request #2080

add UTXOs counting to GetBalanceByAddress reques
5f5d91a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 31, 2024 in 0s

59.25% (-0.08%) compared to 3908f27

View this Pull Request on Codecov

59.25% (-0.08%) compared to 3908f27

Details

Codecov Report

Attention: Patch coverage is 0% with 16 lines in your changes missing coverage. Please review.

Project coverage is 59.25%. Comparing base (3908f27) to head (5f5d91a).
Report is 83 commits behind head on dev.

Files with missing lines Patch % Lines
app/rpc/rpchandlers/get_balance_by_address.go 0.00% 7 Missing ⚠️
app/appmessage/rpc_get_balance_by_address.go 0.00% 3 Missing ⚠️
app/rpc/rpchandlers/get_balances_by_addresses.go 0.00% 2 Missing ⚠️
...grpcserver/protowire/rpc_get_balance_by_address.go 0.00% 2 Missing ⚠️
...cserver/protowire/rpc_get_balances_by_addresses.go 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #2080      +/-   ##
==========================================
- Coverage   59.32%   59.25%   -0.08%     
==========================================
  Files         678      678              
  Lines       32594    32600       +6     
==========================================
- Hits        19337    19316      -21     
- Misses      10467    10489      +22     
- Partials     2790     2795       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.