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

client: Improve testing and increase coverage #636

Merged
merged 16 commits into from
Nov 28, 2024

client: Fix duration in operation statistics

195a8f2
Select commit
Loading
Failed to load commit list.
Merged

client: Improve testing and increase coverage #636

client: Fix duration in operation statistics
195a8f2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 26, 2024 in 0s

58.80% (+1.32%) compared to 2da6182

View this Pull Request on Codecov

58.80% (+1.32%) compared to 2da6182

Details

Codecov Report

Attention: Patch coverage is 68.72428% with 152 lines in your changes missing coverage. Please review.

Project coverage is 58.80%. Comparing base (2da6182) to head (195a8f2).

Files with missing lines Patch % Lines
client/container.go 57.14% 28 Missing and 14 partials ⚠️
client/object_get.go 67.56% 18 Missing and 6 partials ⚠️
client/object_put.go 60.00% 16 Missing and 2 partials ⚠️
client/object_replicate.go 57.14% 8 Missing and 4 partials ⚠️
client/reputation.go 57.14% 8 Missing and 4 partials ⚠️
client/netmap.go 75.00% 6 Missing and 4 partials ⚠️
client/client.go 78.94% 5 Missing and 3 partials ⚠️
client/session.go 57.14% 4 Missing and 2 partials ⚠️
client/common.go 81.48% 5 Missing ⚠️
client/object_delete.go 66.66% 2 Missing and 2 partials ⚠️
... and 4 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #636      +/-   ##
==========================================
+ Coverage   57.47%   58.80%   +1.32%     
==========================================
  Files         164      165       +1     
  Lines       22503    22751     +248     
==========================================
+ Hits        12934    13378     +444     
+ Misses       9175     8935     -240     
- Partials      394      438      +44     

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