liftedinit / manifest-ledger

CosmosSDK-based blockchain ledger for the Manifest Network
Apache License 2.0
0 stars 2 forks source link

test: stakeholder payout is non-deterministic #47

Closed fmorency closed 2 months ago

fmorency commented 2 months ago

Fixes #48

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 88.88889% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 59.86%. Comparing base (23d4e55) to head (eb81d4f).

Files Patch % Lines
x/manifest/keeper/keeper.go 88.88% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #47 +/- ## ========================================== + Coverage 59.80% 59.86% +0.05% ========================================== Files 34 34 Lines 2142 2145 +3 ========================================== + Hits 1281 1284 +3 Misses 802 802 Partials 59 59 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

fmorency commented 2 months ago

Your fix seems to do the trick @Reecepbcups. Thanks, I appreciate it.