Dynamoid / dynamoid

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

Fix callbacks #634

Closed andrykonchin closed 1 year ago

andrykonchin commented 1 year ago

Reviewed callbacks and fixed Rails compatibility issues:

Also there are the following fixes of the #touch method:

codecov[bot] commented 1 year ago

Codecov Report

Merging #634 (dc0e88a) into master (1f09be1) will increase coverage by 0.02%. The diff coverage is 100.00%.

:exclamation: Current head dc0e88a differs from pull request most recent head fbb690e. Consider uploading reports for the commit fbb690e to get more accurate results

@@            Coverage Diff             @@
##           master     #634      +/-   ##
==========================================
+ Coverage   90.24%   90.27%   +0.02%     
==========================================
  Files          61       61              
  Lines        3127     3136       +9     
==========================================
+ Hits         2822     2831       +9     
  Misses        305      305              
Impacted Files Coverage Δ
lib/dynamoid/components.rb 100.00% <100.00%> (ø)
lib/dynamoid/persistence.rb 98.15% <100.00%> (+0.09%) :arrow_up:

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% (2831 / 3136)

Minimum allowed line rate is 90%