Skip to content

cmderr: move printed message prefix to `ExitOnErr`

8a05444
Select commit
Loading
Failed to load commit list.
Merged

Fix linter errors #3595

cmderr: move printed message prefix to `ExitOnErr`
8a05444
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 23, 2025 in 0s

26.62% (-0.02%) compared to 96248a4, passed because coverage increased by 0.02% when compared to adjusted base (26.60%)

View this Pull Request on Codecov

26.62% (-0.02%) compared to 96248a4, passed because coverage increased by 0.02% when compared to adjusted base (26.60%)

Details

Codecov Report

❌ Patch coverage is 33.84615% with 86 lines in your changes missing coverage. Please review.
✅ Project coverage is 26.62%. Comparing base (96248a4) to head (8a05444).
⚠️ Report is 5 commits behind head on master.

Files with missing lines Patch % Lines
cmd/neofs-node/config.go 0.00% 10 Missing ⚠️
pkg/services/object/delete/exec.go 0.00% 10 Missing ⚠️
cmd/neofs-node/object.go 0.00% 8 Missing ⚠️
cmd/neofs-node/meta.go 0.00% 6 Missing ⚠️
pkg/services/object/get/exec.go 77.27% 3 Missing and 2 partials ⚠️
cmd/neofs-adm/internal/modules/fschain/config.go 0.00% 4 Missing ⚠️
.../neofs-adm/internal/modules/fschain/dump_hashes.go 0.00% 3 Missing ⚠️
cmd/neofs-cli/modules/object/lock.go 0.00% 3 Missing ⚠️
cmd/neofs-node/main.go 0.00% 3 Missing ⚠️
cmd/neofs-node/morph.go 0.00% 3 Missing ⚠️
... and 20 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3595      +/-   ##
==========================================
- Coverage   26.64%   26.62%   -0.02%     
==========================================
  Files         655      655              
  Lines       49770    49687      -83     
==========================================
- Hits        13263    13231      -32     
+ Misses      35463    35415      -48     
+ Partials     1044     1041       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.