-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsonar-project.properties
27 lines (21 loc) · 1022 Bytes
/
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
sonar.projectKey=vikkasyousaf_Helloworld
sonar.projectName=Helloworld
sonar.projectVersion=1.0-SNAPSHOT
# =====================================================
# Meta-data for the project
# =====================================================
sonar.links.homepage=https://github.com/vikkasyousaf/Helloworld
sonar.links.ci=https://travis-ci.org/vikkasyousaf/Helloworld
sonar.links.scm=https://github.com/vikkasyousaf/Helloworld
# =====================================================
# Properties that will be shared amongst all modules
# =====================================================
# SQ standard properties
sonar.sources=src/main
sonar.tests=src/test
# Properties specific to language plugins:
# - For JavaScript
sonar.javascript.lcov.reportPaths=reports/js/lcov.dat
# - 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