gotwarlost / istanbul-middleware

Connect middleware for server side code coverage using istanbul
Other
179 stars 96 forks source link

add vendors directory to assets gathering #23

Closed RoCat closed 8 years ago

RoCat commented 9 years ago

When calling /coverage there are some assets that cannot be found because in istanbul they are in /lib/assets/vendor and not in asset directory. Just add a check to inport them from vendor directory if they are not in asset directory.

As long as asset dir is not correct in istanbul it wont completelly work, see pull request there https://github.com/gotwarlost/istanbul/pull/467