forked from RestComm/Restcomm-Connect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sonar-project.properties
28 lines (22 loc) · 1.13 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
sonar.projectKey=org.restcomm.connect-project
sonar.projectName=Restcomm-Connect project analyzed on SonarQube.com using Travis
sonar.projectVersion=8.2.0-SNAPSHOT
# =====================================================
# Meta-data for the project
# =====================================================
sonar.links.homepage=https://github.com/RestComm/Restcomm-Connect
sonar.links.ci=https://travis-ci.org/RestComm/Restcomm-Connect
sonar.links.scm=https://github.com/RestComm/Restcomm-Connect
sonar.links.issue=https://github.com/RestComm/Restcomm-Connect/issues
# =====================================================
# 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.reportPath=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