Closed jasonpaulos closed 6 months ago
Attention: Patch coverage is 93.05556%
with 5 lines
in your changes are missing coverage. Please review.
Project coverage is 68.80%. Comparing base (
ef8395b
) to head (7c1a5a3
). Report is 1 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
idb/postgres/postgres.go | 58.33% | 4 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Summary
Add the minimum balance field to accounts returned over the REST API.
Fixes #808
Test Plan
Added a minBalance unit test exercising the core minBalance formula (parallels that in go-algorand).