gotwarlost / istanbul

Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests and browser tests. Built for scale.
Other
8.7k stars 786 forks source link

sonar generic test coverage report #822

Open vinothvk opened 7 years ago

vinothvk commented 7 years ago

Does Istanbul have an option to emit sonar generic test coverage report ? I am using sonar 5.x https://docs.sonarqube.org/display/PLUG/Generic+Test+Coverage. If it is not available, any documentation or samples on how a custom reporter can be built ?

Note: Sonar 6.x has the ability to understand LCOV file but unfortunately i won't be able to use sonar 6.x