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

Add Support For MongoDB Client Side Field Level Encryption (CSFLE) #67

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

fixup! add support for mongodb Client Side Field Level Encryption (CS…

f60bb93
Select commit
Loading
Failed to load commit list.
Open

Add Support For MongoDB Client Side Field Level Encryption (CSFLE) #67

fixup! add support for mongodb Client Side Field Level Encryption (CS…
f60bb93
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 26, 2024 in 0s

91.34% (+1.14%) compared to 637a033

View this Pull Request on Codecov

91.34% (+1.14%) compared to 637a033

Details

Codecov Report

Attention: Patch coverage is 94.95798% with 18 lines in your changes missing coverage. Please review.

Project coverage is 91.34%. Comparing base (637a033) to head (f60bb93).
Report is 18 commits behind head on master.

Files with missing lines Patch % Lines
ming/encryption.py 92.00% 8 Missing ⚠️
ming/validators.py 91.30% 6 Missing ⚠️
ming/tests/test_encryption.py 98.64% 2 Missing ⚠️
ming/datastore.py 92.30% 1 Missing ⚠️
ming/tests/__init__.py 95.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #67      +/-   ##
==========================================
+ Coverage   90.19%   91.34%   +1.14%     
==========================================
  Files          43       47       +4     
  Lines        6724     7057     +333     
==========================================
+ Hits         6065     6446     +381     
+ Misses        659      611      -48     

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