-
Notifications
You must be signed in to change notification settings - Fork 0
/
sonar-project.properties
executable file
·33 lines (25 loc) · 1.3 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
31
32
33
sonar.projectKey=sonar-fe-superfans
sonar.projectName=sonar-fe-superfans
sonar.projectVersion=1.0
sonar.language=js
# =====================================================
# Meta-data for the project
# =====================================================
#sonar.links.homepage=https://github.com/SonarSource/sq-com_example_standard-sqscanner-travis
#sonar.links.ci=https://travis-ci.org/SonarSource/sq-com_example_standard-sqscanner-travis
#sonar.links.scm=https://github.com/SonarSource/sq-com_example_standard-sqscanner-travis
#sonar.links.issue=https://github.com/SonarSource/sq-com_example_standard-sqscanner-travis/issues
# =====================================================
# Properties that will be shared amongst all modules
# =====================================================
# SQ standard properties
sonar.sources=src/js,src/webComponents,src/spa
sonar.tests=specs
sonar.exclusions=src/js/libs
# Properties specific to language plugins:
# - For JavaScript
sonar.javascript.lcov.reportPath=coverage/lcov.info
sonar.javascript.lcov.itReportPath=coverage/lcov.info
# - For PHP (the plugin currently supports only absolute path in the reports, so this test project is not portable)
#sonar.php.coverage.reportPath=reports/php/phpunit.coverage.xml
#sonar.php.tests.reportPath=reports/php/phpunit.xml