fopina / django-bulk-update-or-create

`bulk_update_or_create` for Django model managers
MIT License
148 stars 16 forks source link

coerce values (using match_field Field.to_python) in obj_map #15

Closed fopina closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #15 (723a6cb) into master (28dd33b) will decrease coverage by 2.53%. The diff coverage is 75.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##            master      #15      +/-   ##
===========================================
- Coverage   100.00%   97.46%   -2.54%     
===========================================
  Files            3        3              
  Lines           79       79              
===========================================
- Hits            79       77       -2     
- Misses           0        2       +2     
Impacted Files Coverage Δ
bulk_update_or_create/query.py 97.29% <75.00%> (-2.71%) :arrow_down:

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 28dd33b...723a6cb. Read the comment docs.