Skip to content

JoaoVictorArruda/sonar-nodejs-example

Repository files navigation

Sonarqube Example with NodeJS

Here you will find an example of project configured to be analyzed with SonarQube

Steps to follow to set up your project the same way

  • Install [sonarqube-scanner]
npm install -D sonarqube-scanner

Coverage

  • In order to send coverage to your SonarQube first generate it. In the case of our example:
npm run test
  • Then provide coverage report location as value of sonar.typescript.lcov.reportPaths property of your analysis
  • Run analysis and find your coverage in SonarQube!
sonar-scanner

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published