codello / Motor-ODM

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

Implement abstract documents #16

Closed codello closed 4 years ago

codello commented 4 years ago

Fixes #1

codecov-io commented 4 years ago

Codecov Report

Merging #16 into master will increase coverage by 0.66%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #16      +/-   ##
==========================================
+ Coverage   85.45%   86.12%   +0.66%     
==========================================
  Files           5        5              
  Lines         275      281       +6     
==========================================
+ Hits          235      242       +7     
+ Misses         40       39       -1     
Impacted Files Coverage Δ
motor_odm/document.py 94.44% <100.00%> (+0.96%) :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 f386f6d...e60ed64. Read the comment docs.