DatabaseCleaner / database_cleaner-active_record

Strategies for cleaning databases using ActiveRecord. Can be used to ensure a clean state for testing.
MIT License
64 stars 63 forks source link

lets see if 2.0 is interpreted as ruby 2.0 or latest ruby 2.x. #61

Closed botandrose closed 1 year ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #61 (079f59b) into main (cd18900) will not change coverage. The diff coverage is 100.00%.

:exclamation: Current head 079f59b differs from pull request most recent head ef83159. Consider uploading reports for the commit ef83159 to get more accurate results Impacted file tree graph

@@            Coverage Diff            @@
##              main       #61   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           12        12           
  Lines          535       549   +14     
=========================================
+ Hits           535       549   +14     
Impacted Files Coverage Δ
lib/database_cleaner/active_record/truncation.rb 100.00% <100.00%> (ø)
.../database_cleaner/active_record/truncation_spec.rb 100.00% <100.00%> (ø)
spec/support/database_helper.rb 100.00% <100.00%> (ø)

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 0b74169...ef83159. Read the comment docs.

etagwerker commented 1 year ago

No longer relevant because we are now on GitHub Actions CI. Thanks!