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

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 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

Javascript Code Coverage In Sonar

I am kinda newbie in using Sonar and plugins for javascript code coverage. Which are the possibili… Read more Javascript Code Coverage In Sonar

How To Check If Npm Packages Installed In The App Have Vulnerabilities?

I have a React Js app and I will like to know if the npm packages installed and third-party librari… Read more How To Check If Npm Packages Installed In The App Have Vulnerabilities?

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