Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NeoFS block storage: add uploading commands #3582

Merged
merged 4 commits into from
Oct 17, 2024

cli: add upload-bin

6199240
Select commit
Loading
Failed to load commit list.
Merged

NeoFS block storage: add uploading commands #3582

cli: add upload-bin
6199240
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 17, 2024 in 0s

84.67% (-0.49%) compared to 86ed214

View this Pull Request on Codecov

84.67% (-0.49%) compared to 86ed214

Details

Codecov Report

Attention: Patch coverage is 12.25166% with 265 lines in your changes missing coverage. Please review.

Project coverage is 84.67%. Comparing base (86ed214) to head (6199240).

Files with missing lines Patch % Lines
cli/util/uploader.go 7.47% 257 Missing and 3 partials ⚠️
cli/util/convert.go 88.88% 1 Missing and 1 partial ⚠️
pkg/services/oracle/neofs/neofs.go 0.00% 2 Missing ⚠️
pkg/services/blockfetcher/blockfetcher.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3582      +/-   ##
==========================================
- Coverage   85.15%   84.67%   -0.49%     
==========================================
  Files         333      334       +1     
  Lines       39022    39321     +299     
==========================================
+ Hits        33231    33294      +63     
- Misses       4221     4449     +228     
- Partials     1570     1578       +8     

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