Dynamoid / dynamoid

Ruby ORM for Amazon's DynamoDB.
MIT License
580 stars 195 forks source link

Fix #increment! and #decrement! methods to behave similarly to the Rails' ActiveRecord methods #624

Closed andrykonchin closed 1 year ago

andrykonchin commented 1 year ago

Changes:

Related links:

codecov[bot] commented 1 year ago

Codecov Report

Merging #624 (f423a3d) into master (6e2b56b) will increase coverage by 0.09%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #624      +/-   ##
==========================================
+ Coverage   90.06%   90.15%   +0.09%     
==========================================
  Files          59       60       +1     
  Lines        3020     3048      +28     
==========================================
+ Hits         2720     2748      +28     
  Misses        300      300              
Impacted Files Coverage Δ
lib/dynamoid/persistence.rb 98.07% <100.00%> (-0.10%) :arrow_down:
lib/dynamoid/persistence/inc.rb 100.00% <100.00%> (ø)

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

github-actions[bot] commented 1 year ago

Code Coverage

Package Line Rate Health
dynamoid 90%
Summary 90% (2748 / 3048)

Minimum allowed line rate is 90%