redis / redis-om-python

Object mapping, and more, for Redis and Python
MIT License
1.12k stars 112 forks source link

Fix crash when trying to delete non-existent record #372

Closed dvora-h closed 2 years ago

dvora-h commented 2 years ago

Fixes #355

codecov-commenter commented 2 years ago

Codecov Report

Merging #372 (6205d3a) into main (c6fb00b) will increase coverage by 0.16%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #372      +/-   ##
==========================================
+ Coverage   77.64%   77.80%   +0.16%     
==========================================
  Files          14       14              
  Lines        1154     1158       +4     
==========================================
+ Hits          896      901       +5     
+ Misses        258      257       -1     
Flag Coverage Δ
unit 77.80% <100.00%> (+0.16%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
aredis_om/model/model.py 86.68% <100.00%> (+0.17%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.