- Version: master
- Platform: all
- Subsystem: test
The "make coverage" target was recently added in #10856. There is still some additional work that is needed to complete this effort including:
- Platform support, allow the new target to work/run across platforms. Next target is to make it run on OS X
- Summary generation. have the target generate the initial summary/history page like we see on coverage.nodejs.org so that if you do multiple runs you can more easily see/compare results
- add some additional targets so that you can run just javascript or just c++ coverage
- remove need to patch some of the underlying tools
The "make coverage" target was recently added in #10856. There is still some additional work that is needed to complete this effort including: