I have been following the style of using multiple independent test files in test dir : tap ./test/*.js .
Assuming that this style is common it would be nice to be able to do
cover run test/*js instead of restricting the command to a single js file.
Do you think that this enhancement make sense?
By the way node-tap's own "experimental" code coverage functionality (which never worked for me) does allow multiple source files as inputs.