codello / Motor-ODM

A MongoDB ODM based on Motor and Pydantic.
MIT License
17 stars 5 forks source link

Add and, or, nor operators #24

Closed codello closed 4 years ago

codello commented 4 years ago

Fixes #18

codecov-io commented 4 years ago

Codecov Report

Merging #24 into master will increase coverage by 0.44%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #24      +/-   ##
==========================================
+ Coverage   88.82%   89.27%   +0.44%     
==========================================
  Files           6        6              
  Lines         358      373      +15     
==========================================
+ Hits          318      333      +15     
  Misses         40       40              
Impacted Files Coverage Δ
motor_odm/query.py 91.75% <100.00%> (+1.50%) :arrow_up:

Continue to review full report at Codecov.

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