-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathsonar-project.properties
30 lines (21 loc) · 1.19 KB
/
sonar-project.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# =====================================================
# Standard properties
# =====================================================
sonar.projectKey=io.sonarcloud.examples.typescript-sqscanner-travis-project
sonar.projectName=TypeScript SQ-Scanner-based project analyzed on SonarCloud using Travis
sonar.projectVersion=1.0
sonar.sources=src
sonar.tests=tests
sonar.testExecutionReportPaths=test-report.xml
# =====================================================
# Meta-data for the project
# =====================================================
sonar.links.homepage=https://github.com/SonarSource/sonarcloud_example_typescript-sqscanner-travis
sonar.links.ci=https://travis-ci.org/SonarSource/sonarcloud_example_typescript-sqscanner-travis
sonar.links.scm=https://github.com/SonarSource/sonarcloud_example_typescript-sqscanner-travis
sonar.links.issue=https://github.com/SonarSource/sonarcloud_example_typescript-sqscanner-travis/issues
# =====================================================
# Properties specific to TypeScript plugin
# =====================================================
sonar.typescript.lcov.reportPaths=coverage/lcov.info
sonar.typescript.tslint.reportPaths=tslint-report.json