Skip to content

Commit

Permalink
Add Sonarqube coverage reporting (#677)
Browse files Browse the repository at this point in the history
* chore: add sonarqube properties file

* fix(sonar): use correct coverage path
  • Loading branch information
twoplustwoone authored Feb 17, 2021
1 parent 8a9d9fd commit 7375ac0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
sonar.projectKey=mulesoft.api-console-api-console
sonar.projectName=API-Console
sonar.projectVersion=1.0.0
sonar.language=js
sonar.sourceEncoding=UTF-8
sonar.sources=src
sonar.exclusions=src/**/*.d.ts
sonar.tests=test
sonar.test.inclusions=**/*.test.js
sonar.javascript.lcov.reportPaths=coverage/lcov.info
sonar.github.repository=mulesoft/api-console

0 comments on commit 7375ac0

Please sign in to comment.