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

feat: instrument --complete-copy implementation #1056

Merged
merged 6 commits into from Apr 9, 2019

Commits on Apr 4, 2019

  1. feat: instrument full copy implementation

    With a few caveats:
    This will dereference symlinks as it copies them, in some cases this could be a problem i.e. `node_modules/.bin`
    This will not copy across empty directories
    Andrew Finlay committed Apr 4, 2019
    Copy the full SHA
    b1458d8 View commit details
    Browse the repository at this point in the history
  2. tidy up glob pattern

    Andrew Finlay committed Apr 4, 2019
    Copy the full SHA
    9a8ce4d View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2019

  1. add switch --complete-copy to control nyc instrument full copy be…

    …haviour
    
    This default for `--complete-copy` has been set to false, meaning only instrumented files will be copied to the output directory in the default case.
    Andrew Finlay committed Apr 5, 2019
    Copy the full SHA
    1bde37d View commit details
    Browse the repository at this point in the history
  2. refactor walkAllFiles

    Andrew Finlay committed Apr 5, 2019
    Copy the full SHA
    0d0efda View commit details
    Browse the repository at this point in the history
  3. fix glob statement

    AndrewFinlay committed Apr 5, 2019
    Copy the full SHA
    b10aaee View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2019

  1. Copy the full SHA
    a12d0d6 View commit details
    Browse the repository at this point in the history