Meteor-coverage and local packages

Hello,

We have a development directory structure where we have shared, locally-developed (non-published) packages under a Packages directory then various applications that consume them using METEOR_PACKAGE_DIRS. Each of these packages has its own tests.

I tried using meteor-coverage with meteor test-packages and it isn’t finding any source files in these packages correctly. I’m using the options COVERAGE=1 COVERAGE_OUT_HTML=1 COVERAGE_APP_FOLDER=…directory of an app… with meteor test-packages (using the meteortesting:mocha driver). It seems that meteor-coverage assumes that packages are going to be located under $COVERAGE_APP_FOLDER/packages, which is incorrect.

Is there any way to tell meteor-coverage to look in METEOR_PACKAGE_DIRS for source files, as one would expect?