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