douglasduteil / isparta

:skull: A code coverage tool for ES6 (babel/6to5)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coverage on more than one file

TYRONEMICHAEL opened this issue · 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.