juno icon indicating copy to clipboard operation
juno copied to clipboard

Resolve gocyclo Issue

Open aminsato opened this issue 1 year ago • 1 comments

see #694

aminsato avatar Dec 24 '23 05:12 aminsato

Hi @IronGauntlets

I resolved the related issue.

It passed the corresponding test, and the result of gocyclo is 10.

please take a look

aminsato avatar Dec 26 '23 08:12 aminsato

Codecov Report

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

Project coverage is 72.19%. Comparing base (b6fb092) to head (ea0872d).

Files Patch % Lines
core/trie/trie.go 74.11% 14 Missing and 8 partials :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1601      +/-   ##
==========================================
+ Coverage   72.04%   72.19%   +0.15%     
==========================================
  Files          90       90              
  Lines        9697     9721      +24     
==========================================
+ Hits         6986     7018      +32     
+ Misses       2185     2180       -5     
+ Partials      526      523       -3     

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

codecov[bot] avatar Apr 02 '24 02:04 codecov[bot]