-
-
Notifications
You must be signed in to change notification settings - Fork 360
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
fix: Exclude negated not working with '--all' switch #977
Commits on Oct 19, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 50083f0 - Browse repository at this point
Copy the full SHA 50083f0View commit details
Commits on Jan 6, 2019
-
Merge pull request #2 from istanbuljs/master
Bring fork up to date
Configuration menu - View commit details
-
Copy full SHA for 516b68e - Browse repository at this point
Copy the full SHA 516b68eView commit details
Commits on Jan 9, 2019
-
Merge pull request #3 from istanbuljs/master
test: stop using LAZY_LOAD_COUNT (istanbuljs#960)
Configuration menu - View commit details
-
Copy full SHA for 03018ca - Browse repository at this point
Copy the full SHA 03018caView commit details
Commits on Jan 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 94715f0 - Browse repository at this point
Copy the full SHA 94715f0View commit details
Commits on Jan 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6760d1d - Browse repository at this point
Copy the full SHA 6760d1dView commit details -
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 committedJan 25, 2019 Configuration menu - View commit details
-
Copy full SHA for 19b9384 - Browse repository at this point
Copy the full SHA 19b9384View commit details -
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 committedJan 25, 2019 Configuration menu - View commit details
-
Copy full SHA for 89b64c1 - Browse repository at this point
Copy the full SHA 89b64c1View commit details -
I'm putting this one down to being a 43C day and the air conditioning being broken.
Andrew Finlay committedJan 25, 2019 Configuration menu - View commit details
-
Copy full SHA for ece8aa3 - Browse repository at this point
Copy the full SHA ece8aa3View commit details
Commits on Feb 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a558beb - Browse repository at this point
Copy the full SHA a558bebView commit details -
Merge branch 'master' into exclude-negated-change
# Conflicts: # index.js
Andrew Finlay committedFeb 18, 2019 Configuration menu - View commit details
-
Copy full SHA for adec3db - Browse repository at this point
Copy the full SHA adec3dbView commit details -
Andrew Finlay committed
Feb 18, 2019 Configuration menu - View commit details
-
Copy full SHA for 569b529 - Browse repository at this point
Copy the full SHA 569b529View commit details -
Andrew Finlay committed
Feb 18, 2019 Configuration menu - View commit details
-
Copy full SHA for ed4ccd8 - Browse repository at this point
Copy the full SHA ed4ccd8View commit details
Commits on Feb 20, 2019
-
Andrew Finlay committed
Feb 20, 2019 Configuration menu - View commit details
-
Copy full SHA for d5d9b64 - Browse repository at this point
Copy the full SHA d5d9b64View commit details