nspcc-dev / neofs-node

NeoFS is a decentralized distributed object storage integrated with the Neo blockchain
https://fs.neo.org
GNU General Public License v3.0
31 stars 38 forks source link

audit: Add `Result` type #2881

Closed cthulhu-rider closed 2 days ago

codecov[bot] commented 3 days ago

Codecov Report

Attention: Patch coverage is 68.14159% with 36 lines in your changes missing coverage. Please review.

Project coverage is 23.74%. Comparing base (ecc0314) to head (99f01f0).

Files Patch % Lines
...innerring/processors/settlement/audit/calculate.go 0.00% 15 Missing :warning:
pkg/services/audit/report.go 0.00% 12 Missing :warning:
pkg/innerring/settlement.go 0.00% 2 Missing :warning:
pkg/morph/client/audit/get_result.go 0.00% 2 Missing :warning:
pkg/services/audit/result.go 97.46% 1 Missing and 1 partial :warning:
pkg/innerring/processors/audit/processor.go 0.00% 1 Missing :warning:
pkg/innerring/state.go 0.00% 1 Missing :warning:
pkg/morph/client/audit/put_result.go 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2881 +/- ## ========================================== + Coverage 23.61% 23.74% +0.13% ========================================== Files 770 771 +1 Lines 44527 44594 +67 ========================================== + Hits 10514 10591 +77 + Misses 33163 33152 -11 - Partials 850 851 +1 ```

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