Coverage on more than one file
TYRONEMICHAEL opened this issue · 2 comments
TYRONEMICHAEL commented
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?
Deleted user commented
Adding myself to the discussion.
TYRONEMICHAEL commented
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.