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

Support pymongo 4 #60

Merged
merged 3 commits into from
Aug 1, 2024

pymongo4 now fully supported alongside pymongo3

7e42e85
Select commit
Loading
Failed to load commit list.
Merged

Support pymongo 4 #60

pymongo4 now fully supported alongside pymongo3
7e42e85
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 1, 2024 in 0s

91.10% (+0.90%) compared to 637a033

View this Pull Request on Codecov

91.10% (+0.90%) compared to 637a033

Details

Codecov Report

Attention: Patch coverage is 95.59165% with 19 lines in your changes missing coverage. Please review.

Project coverage is 91.10%. Comparing base (637a033) to head (7e42e85).
Report is 8 commits behind head on master.

Files Patch % Lines
ming/session.py 80.48% 8 Missing ⚠️
ming/mim.py 94.50% 5 Missing ⚠️
ming/odm/odmsession.py 54.54% 5 Missing ⚠️
ming/odm/mapper.py 90.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #60      +/-   ##
==========================================
+ Coverage   90.19%   91.10%   +0.90%     
==========================================
  Files          43       43              
  Lines        6724     6702      -22     
==========================================
+ Hits         6065     6106      +41     
+ Misses        659      596      -63     

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