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

fix: Exclude negated not working with '--all' switch #977

Merged
merged 13 commits into from Feb 22, 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
  2. Add tests for nyc --all negated excludes

    Test that we can include excluded files using negated excludes
    Test that we can include files under 'node_modules' using negated excludes
    
    All tests currently fail
    Andrew Finlay committed Jan 25, 2019
    Copy the full SHA
    19b9384 View commit details
    Browse the repository at this point in the history
  3. Update file walker to allow negated excludes

    Previously the call to glob.sync was knocking out all files in the exclude patterns,
    this would also knock out any files that were intended to be restored by the exclude negated patterns.
    This would prevent node_modules exclude negated files from being covered when run with --all.
    
    Notes:
    
    I've promoted 'array-uniq' to a top level dependency, I figured I'd point out that it uses es6 under the hood as I don't see if used often in this project
    Andrew Finlay committed Jan 25, 2019
    Copy the full SHA
    89b64c1 View commit details
    Browse the repository at this point in the history
  4. Simplify changes

    I'm putting this one down to being a 43C day and the air conditioning being broken.
    Andrew Finlay committed Jan 25, 2019
    Copy the full SHA
    ece8aa3 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
  2. Merge branch 'master' into exclude-negated-change

    # Conflicts:
    #	index.js
    Andrew Finlay committed Feb 18, 2019
    Copy the full SHA
    adec3db View commit details
    Browse the repository at this point in the history
  3. Update package-lock file

    Andrew Finlay committed Feb 18, 2019
    Copy the full SHA
    569b529 View commit details
    Browse the repository at this point in the history
  4. Fix style issues

    Andrew Finlay committed Feb 18, 2019
    Copy the full SHA
    ed4ccd8 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2019

  1. Modernise code changes

    Andrew Finlay committed Feb 20, 2019
    Copy the full SHA
    d5d9b64 View commit details
    Browse the repository at this point in the history