douglasduteil/isparta

Coverage on more than one file

TYRONEMICHAEL opened this issue · 2 comments

I cannot seem to get isparta to do coverage on more than one file. I am using Tape so when I run the following command node_modules/.bin/isparta cover test/*.js, it only reports coverage on the first file in that directory. Any ideas?

Adding myself to the discussion.

Sorry this is not a limitation with iSparta, but rather with the way node behaves. If you would like to see a solution, you can refer to the following #11. Closing.