-
SonarQube 8.5.0.37579
-
SonarScanner 4.5.0.2216-windows
-
I want to measure metrics from the TypeScript-project [https://github.com/microsoft/TypeScript] for commit 1d2730790e00e2780e0771fe876194e2f859a933, but I do not get values for the file Typescript/src/compiler/checker.ts. The file is listed in the corresponding tsconfig.ts.
-
I have run SonarQube-Server and then the SonarScanner.bat: sonar-scanner.bat -Dproject.settings=./config/TypeScript.properties with the following TypeScript.properties
sonar.projectKey=TypeScript
sonar.login=eb2162ce7521f04f715ee2960606468db56a64b9
sonar.host.url=http://localhost:9000
sonar.projectBaseDir=./TypeScript
sonar.sources=src
sonar.sourceEncoding=UTF-8
Before I want to open a topic in the bug-category I want to ask if I have done something wrong. Usually measuring is working. Other files also have values in the webserver.