-
-
Notifications
You must be signed in to change notification settings - Fork 359
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
coverage folder is not being excluded on [email protected] #557
Comments
@astorije I believe the underlying issue might be that the Should we be excluding it at all levels? |
I'm not sure what you mean by that, @bcoe. $ npm run coverage
...
$ ls -la
...
drwxr-xr-x 5 jeremie staff 170B May 13 20:47 .nyc_output/
-rw-r--r-- 1 jeremie staff 200B Apr 28 14:23 .nycrc
...
drwxr-xr-x 5 jeremie staff 170B Apr 17 23:29 coverage/
... The |
@astorije are you running an I ran the above report with JavaScript in the |
I'm only running |
@astorije took the time to look into things a little bit for you, sorry for the slow reply. If you add this to your exclude, |
Expected Behavior
coverage/
folder being excluded even when not present from the exclude list.Observed Behavior
See comment made at #502 (comment).
Bonus Points! Code (or Repository) that Reproduces Issue
Look at https://github.com/thelounge/lounge/blob/master/.nycrc (that gets run with
npm run coverage
). We removedcoverage/
from the exclude list of The Lounge here but I have just noticed that it is not ignored anymore.Forensic Information
Operating System: macOS 10.11.6
Environment Information: Result of
sh -c 'node --version; npm --version; npm ls'
The text was updated successfully, but these errors were encountered: