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

feat: Secure document encryption key exchange #2891

Merged

Merge remote-tracking branch 'upstream/develop' into feat/encryption-…

90866e1
Select commit
Loading
Failed to load commit list.
Merged

feat: Secure document encryption key exchange #2891

Merge remote-tracking branch 'upstream/develop' into feat/encryption-…
90866e1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 21, 2024 in 0s

79.36% (-0.07%) compared to d872a0c

View this Pull Request on Codecov

79.36% (-0.07%) compared to d872a0c

Details

Codecov Report

Attention: Patch coverage is 77.67253% with 165 lines in your changes missing coverage. Please review.

Project coverage is 79.36%. Comparing base (d872a0c) to head (90866e1).

Files with missing lines Patch % Lines
internal/kms/pubsub.go 66.88% 31 Missing and 20 partials ⚠️
internal/db/merge.go 79.20% 13 Missing and 13 partials ⚠️
crypto/ecies.go 85.57% 7 Missing and 7 partials ⚠️
internal/merkle/clock/clock.go 77.42% 8 Missing and 6 partials ⚠️
crypto/errors.go 28.57% 10 Missing ⚠️
net/server.go 66.67% 5 Missing and 4 partials ⚠️
internal/kms/enc_store.go 66.67% 4 Missing and 4 partials ⚠️
crypto/aes.go 81.25% 3 Missing and 3 partials ⚠️
internal/core/block/block.go 90.00% 3 Missing and 3 partials ⚠️
internal/encryption/encryptor.go 90.70% 3 Missing and 1 partial ⚠️
... and 8 more
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #2891      +/-   ##
===========================================
- Coverage    79.42%   79.36%   -0.07%     
===========================================
  Files          336      342       +6     
  Lines        26074    26542     +468     
===========================================
+ Hits         20709    21063     +354     
- Misses        3889     3952      +63     
- Partials      1476     1527      +51     
Files with missing lines Coverage Δ
cli/collection_create.go 76.00% <100.00%> (+1.64%) ⬆️
client/db.go 91.30% <ø> (ø)
datastore/multi.go 92.00% <100.00%> (ø)
internal/core/block/errors.go 52.38% <ø> (+23.81%) ⬆️
internal/core/crdt/composite.go 72.73% <100.00%> (-3.03%) ⬇️
internal/core/key.go 82.60% <100.00%> (-0.02%) ⬇️
internal/db/base/collection_keys.go 86.96% <100.00%> (ø)
internal/db/collection.go 73.67% <100.00%> (+0.39%) ⬆️
internal/db/collection_delete.go 39.53% <100.00%> (ø)
internal/db/config.go 100.00% <100.00%> (ø)
... and 33 more

... and 7 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d872a0c...90866e1. Read the comment docs.