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: add delete option to instrument command #1005

Merged
merged 13 commits into from Mar 12, 2019

Commits on Oct 19, 2018

  1. Merge pull request #1 from istanbuljs/master

    Sync repo
    AndrewFinlay committed Oct 19, 2018
    Copy the full SHA
    50083f0 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2019

  1. Merge pull request #2 from istanbuljs/master

    Bring fork up to date
    AndrewFinlay committed Jan 6, 2019
    Copy the full SHA
    516b68e View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2019

  1. Merge pull request #3 from istanbuljs/master

    test: stop using LAZY_LOAD_COUNT (istanbuljs#960)
    AndrewFinlay committed Jan 9, 2019
    Copy the full SHA
    03018ca View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2019

  1. Merge pull request #4 from istanbuljs/master

    Get latest
    AndrewFinlay committed Jan 14, 2019
    Copy the full SHA
    94715f0 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2019

  1. Merge pull request #5 from istanbuljs/master

    Get latest
    AndrewFinlay committed Jan 25, 2019
    Copy the full SHA
    6760d1d View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2019

  1. Merge pull request #6 from istanbuljs/master

    Get Latest
    AndrewFinlay committed Feb 18, 2019
    Copy the full SHA
    a558beb View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2019

  1. Merge pull request #7 from istanbuljs/master

    feat: add support to exclude files on coverage report generation (istanbuljs#982)
    AndrewFinlay committed Feb 21, 2019
    Copy the full SHA
    30b6b24 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2019

  1. Merge pull request #8 from istanbuljs/master

    Get latest
    AndrewFinlay committed Feb 24, 2019
    Copy the full SHA
    123224a View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2019

  1. Implement '--clean' option for nyc instrument command

    With this change you can now tell nyc to clean the output directory when instrumenting, to do this an output directory must be specified.
    I've currently set the default value for this to false so it can be a non-breaking change, although the default behaviour should be changed to true in the next major release.
    I've included tests for this behaviour, and introduced lint support for `afterEach` and required the `makeDir` module
    Andrew Finlay committed Feb 27, 2019
    Copy the full SHA
    70dd993 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

  1. Changed command name to delete, added protection against accidentally…

    … deleting cwd
    
    The protection against deleting cwd is a little heavy handed, but I figure if you don't want to delete your cwd and probably don't want your output files going there either.
    Added test support for these changes.
    Andrew Finlay committed Mar 7, 2019
    Copy the full SHA
    6b26a60 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2019

  1. Attempt to resolve conflicts

    Never edited a file through Github's web interface before
    AndrewFinlay committed Mar 8, 2019
    Copy the full SHA
    66bdf0b View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2019

  1. Get latest

    Andrew Finlay committed Mar 11, 2019
    Copy the full SHA
    ec80cb3 View commit details
    Browse the repository at this point in the history
  2. Ensure 'rimraf' can only remove subdirectories of the cwd

    Andrew Finlay committed Mar 11, 2019
    Copy the full SHA
    005f7f8 View commit details
    Browse the repository at this point in the history