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

Improve bson2 and wire logging #4148

Merged
merged 31 commits into from Mar 12, 2024

Merge branch 'main' into wire-logs

959ea3f
Select commit
Failed to load commit list.
Merged

Improve bson2 and wire logging #4148

Merge branch 'main' into wire-logs
959ea3f
Select commit
Failed to load commit list.
Codecov / codecov/project succeeded Mar 12, 2024 in 0s

73.77% (-0.90%) compared to f460194

View this Pull Request on Codecov

73.77% (-0.90%) compared to f460194

Details

Codecov Report

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

Project coverage is 73.77%. Comparing base (f460194) to head (959ea3f).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #4148      +/-   ##
==========================================
- Coverage   74.67%   73.77%   -0.90%     
==========================================
  Files         353      354       +1     
  Lines       22797    23012     +215     
==========================================
- Hits        17024    16978      -46     
- Misses       4481     4738     +257     
- Partials     1292     1296       +4     
Files Coverage Δ
internal/bson2/bson2.go 84.37% <ø> (ø)
internal/bson2/raw_document.go 84.00% <100.00%> (+0.43%) ⬆️
internal/util/testutil/dump.go 54.28% <100.00%> (+27.01%) ⬆️
internal/bson2/document.go 62.85% <60.00%> (+11.38%) ⬆️
internal/wire/op_reply.go 57.14% <81.81%> (+0.69%) ⬆️
internal/bson2/raw_array.go 30.30% <0.00%> (-1.96%) ⬇️
internal/wire/op_query.go 50.00% <69.23%> (+0.61%) ⬆️
internal/bson2/array.go 63.15% <64.70%> (+0.65%) ⬆️
internal/bson2/logging.go 92.64% <92.64%> (ø)
internal/wire/op_msg.go 63.27% <52.63%> (-4.52%) ⬇️
... and 1 more

... and 31 files with indirect coverage changes