Skip to content Skip to sidebar Skip to footer
Showing posts with the label Sonarqube

Make Sure That Using This Pseudorandom Number Generator Is Safe Here

When I declared a variable like: const FileId = Math.random().toString(36).substr(2, 9); I am gett… Read more Make Sure That Using This Pseudorandom Number Generator Is Safe Here

Sonarqube Test Coverage With Istanbul : No Coverage Property. Skip Sensor

I'm trying to output some test coverage (lcov) reports from istanbul into sonarqube to analyse … Read more Sonarqube Test Coverage With Istanbul : No Coverage Property. Skip Sensor

How To Get More Than 10,000 Issues On Sonarqube

I am working on a requirement where we need to generate issues reports and export them in excel. Th… Read more How To Get More Than 10,000 Issues On Sonarqube

How To Upload Karma Test Report To Sonar?

I have karma configured which gives me coverage report perfectly fine. It gives me in lcov format. … Read more How To Upload Karma Test Report To Sonar?

Sonarqube Javascript Coverage Doesn't Show Source Files

I tried to display the coverage from a javascript project with Sonarqube. The value of the code cov… Read more Sonarqube Javascript Coverage Doesn't Show Source Files