Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Vasfed
Copy link

@Vasfed Vasfed commented Dec 6, 2022

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant