-1

I'm working on a nodeJs project with typescript that has a bitbucket pipeline configured to run sonar. However, after running it does not fill in any information other than coverage

Pictute Example 1

Pictute Example 2

sonar-project.properties:

sonar.projectKey=XXXXXXXXXXXXXXXX
sonar.projectVersion=1.0.0
sonar.sourceEncoding=UTF-8
sonar.tests=api/__tests__/
sonar.sources=api/src/
sonar.javascript.lcov.reportPaths=api/coverage/lcov.info
sonar.javascript.node.maxspace=8192

I'm working on a nodeJs project with typescript that has a bitbucket pipeline configured to run sonar. However, after running it does not fill in any information other than coverage

philnash
  • 70,667
  • 10
  • 60
  • 88

0 Answers0