nearcore icon indicating copy to clipboard operation
nearcore copied to clipboard

refactor: Cleaned up unused dependencies in near-runtime

Open frol opened this issue 3 months ago • 1 comments

I randomly noticed indicatif usage in near-runtime and that hooked me to check why it was used there. It turned out to be not used, so I cleaned up other unused dependencies as well.

frol avatar Mar 28 '24 14:03 frol

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 71.52%. Comparing base (589ff5f) to head (b83d42d).

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #10897      +/-   ##
==========================================
- Coverage   71.53%   71.52%   -0.01%     
==========================================
  Files         759      759              
  Lines      151627   151627              
  Branches   151627   151627              
==========================================
- Hits       108467   108458       -9     
- Misses      38671    38677       +6     
- Partials     4489     4492       +3     
Flag Coverage Δ
backward-compatibility 0.24% <ø> (ø)
db-migration 0.24% <ø> (ø)
genesis-check 1.43% <ø> (ø)
integration-tests 37.16% <ø> (-0.02%) :arrow_down:
linux 69.99% <ø> (-0.03%) :arrow_down:
linux-nightly 70.98% <ø> (-0.02%) :arrow_down:
macos 54.43% <ø> (-0.02%) :arrow_down:
pytests 1.66% <ø> (ø)
sanity-checks 1.44% <ø> (ø)
unittests 67.16% <ø> (+<0.01%) :arrow_up:
upgradability 0.29% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

codecov[bot] avatar Mar 28 '24 15:03 codecov[bot]

Hm, I wonder why udeps did not catch this…

nagisa avatar Apr 02 '24 11:04 nagisa