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

Filter directories outside SimpleCov.root that have it as a prefix #617

Merged
merged 1 commit into from
Aug 29, 2017

Commits on Aug 29, 2017

  1. Filter directories outside SimpleCov.root that have it as a prefix

    Given project directory `/foo/app` and BUNDLE_PATH `/foo/app_cache`,
    ensure the latter is filtered out correctly by the default root filter,
    since it's outside of SimpleCov.root.
    
    Otherwise you'll see all those gem files in your coverage report, with
    nonsensical paths like `._cache/ruby/2.4.0/gems...`, unless you add a
    nonsensical `/^_cache/` filter
    
    Also add some test coverage for the default filters
    jenseng committed Aug 29, 2017
    Configuration menu
    Copy the full SHA
    843e35d View commit details
    Browse the repository at this point in the history