JSCoverage
code coverage for JavaScript

Bug #28 - jscoverage not listening to --no-instrument

Submitted by: rdougan
Date submitted: 2010-09-06 21:02:59 UTC
Status: Open
I'm on Snow Leopard with version 0.5

Running the following command:
jscoverage --no-instrument=src . ~/Desktop/test

However it does not work, it still instruments the files. When adding the -v 
option, it shows a log of instrumenting all the files.

--exclude works.

Thanks,
Rob
Submitted by: Anonymous
Date submitted: 2010-10-10 22:26:02 UTC
You need to specify '--no-instrument' for each directory.

Try
jscoverage --no-instrument=src --no-instrument=. --no-instrument=~/Desktop/test

Add a comment

Your name:
Your email address (optional - will never be displayed):
Comment:
Attachment (optional - maximum 64 KiB):
Copyright © 2008 Silicon Forks siliconforks.com
siliconforks@siliconforks.com