NethermindEth / juno

Starknet client implementation.
https://juno.nethermind.io
Apache License 2.0
386 stars 169 forks source link

Replace MarshalJSON() with MarshalText() in most cases #1735

Closed kirugan closed 6 months ago

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 72.03%. Comparing base (720cdd5) to head (0c68662).

Files Patch % Lines
rpc/transaction.go 19.23% 21 Missing :warning:
rpc/block.go 0.00% 6 Missing :warning:
rpc/sync.go 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1735 +/- ## ========================================== - Coverage 72.12% 72.03% -0.09% ========================================== Files 90 90 Lines 9718 9712 -6 ========================================== - Hits 7009 6996 -13 - Misses 2186 2189 +3 - Partials 523 527 +4 ```

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