sonar.projectKey=inrupt_solid-common-vocab-js sonar.organization=inrupt # Path is relative to the sonar-project.properties file. Defaults to . sonar.sources=src # Path to Tests and coverage results #sonar.tests=test # Typescript tsconfigPath JSON file sonar.typescript.tsconfigPath=. # Comma-delimited list of paths to LCOV coverage report files. Paths may be absolute or relative to the project root. sonar.javascript.lcov.reportPaths=./coverage/lcov.info sonar.exclusions=**/*.test.ts