Having this included in our tooling would be great. There's a PoC from @evanlucas here: https://github.com/evanlucas/node/commit/1445e3d7fda9fc46f45a1183f75fa9263b24cf18 with the status of current master here: https://nodejs-coverage-kvhhcskvtz.now.sh/. It only covers the `js` files but it looks like a good starting point. Having this to identify the code not covered by tests can also be helpful to define areas where new contributors can help. Ref: https://github.com/nodejs/build/issues/225
Having this included in our tooling would be great. There's a PoC from @evanlucas here: evanlucas/node@1445e3d with the status of current master here: https://nodejs-coverage-kvhhcskvtz.now.sh/. It only covers the
jsfiles but it looks like a good starting point.Having this to identify the code not covered by tests can also be helpful to define areas where new contributors can help.
Ref: nodejs/build#225