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

Apply simplecov filters #38

Merged
merged 2 commits into from
Dec 1, 2018
Merged

Apply simplecov filters #38

merged 2 commits into from
Dec 1, 2018

Commits on Nov 18, 2018

  1. Bashcov::Runner: filter ignored files

    from coverage results by applying SimpleCov filters to the list of
    "tracked" files.
    
    Also ensure that Bashcov always includes files matched by
    SimpleCov.tracked_files in the coverage results.
    tomeon committed Nov 18, 2018
    Configuration menu
    Copy the full SHA
    bef131d View commit details
    Browse the repository at this point in the history
  2. Speed up tests

    by (1) making certain examples ignore uncovered files and (2) using
    ./spec/test_app as the Bashcov.root_directory for certain other
    examples
    tomeon committed Nov 18, 2018
    Configuration menu
    Copy the full SHA
    deec72e View commit details
    Browse the repository at this point in the history