filecoin-project / venus

Filecoin Full Node Implementation in Go
https://venus.filecoin.io
Other
2.06k stars 462 forks source link

chore: use errors.New to replace fmt.Errorf with no parameters #6317

Closed ChengenH closed 3 months ago

codecov-commenter commented 3 months ago

Codecov Report

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

Project coverage is 26%. Comparing base (149e076) to head (5c45358). Report is 4 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #6317 +/- ## ====================================== Coverage 26% 26% ====================================== Files 650 650 Lines 65532 65532 ====================================== + Hits 17078 17083 +5 + Misses 45734 45730 -4 + Partials 2720 2719 -1 ```