redis-session-store icon indicating copy to clipboard operation
redis-session-store copied to clipboard

Enable branch coverage and add more tests to get 100% coverage

Open Vasfed opened this issue 1 year ago • 0 comments

Simplecov supports branch coverage on ruby 2.5+ which is already a requirement by actionpack 6.

This PR raises coverage to 100% by lines and 94% by branches (2 branches intentionally not covered - activesupport for with_indifferent_access is also always present because of actionpack 6, will make separate pr for that)

Vasfed avatar Dec 06 '22 16:12 Vasfed