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

refactor: strip <rootDir> from collectCoverageFrom values #5524

Merged
merged 4 commits into from
Feb 11, 2018
Merged

refactor: strip <rootDir> from collectCoverageFrom values #5524

merged 4 commits into from
Feb 11, 2018

Commits on Feb 11, 2018

  1. refactor: strip <rootDir> from collectCoverageFrom values

    All values given to collectCoverageFrom are relative to the root directory,
    so usage of <rootDir> results in invalid file paths.
    With these changes, <rootDir> will be silently replaced.
    
    ISSUES CLOSED: #5499
    StephanBijzitter committed Feb 11, 2018
    Configuration menu
    Copy the full SHA
    09d44e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    875d9cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be35482 View commit details
    Browse the repository at this point in the history
  4. Update .gitignore

    cpojer committed Feb 11, 2018
    Configuration menu
    Copy the full SHA
    c7acd4c View commit details
    Browse the repository at this point in the history