Open alvaro87pss opened 7 years ago
With which coverage generator do you want the sample ? I use Istanbul and it generates lcov files by default : https://www.npmjs.com/package/gulp-istanbul. This project does not provide specific reporter for test coverage at the moment since JS test coverage already does it. Do not reinvent the wheel ! :)
Gulp-istanbul is good, i need a example with your plugin, paste yur code when you generate the coverage report, thanks
Please I need an glupfile.js example for create .lcov files (coverage javascript and if its posible typescript coverage too) with your plugin sonar-web-frontend, thanks!!