forked from tarlepp/symfony-flex-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sonar-project.properties
26 lines (19 loc) · 1.05 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
sonar.projectKey=github.aaakk.us.kg.tarlepp.symfony-flex-backend
sonar.projectName=REST API with Symfony Flex
# =====================================================
# Meta-data for the project
# =====================================================
sonar.links.homepage=https://github.com/tarlepp/symfony-flex-backend
sonar.links.ci=https://travis-ci.org/tarlepp/symfony-flex-backend
sonar.links.scm=https://github.com/tarlepp/symfony-flex-backend
sonar.links.issue=https://github.com/tarlepp/symfony-flex-backend/issues
# =====================================================
# Properties that will be shared amongst all modules
# =====================================================
# SQ standard properties
sonar.sources=src
sonar.tests=tests
# - For PHP (the plugin currently supports only absolute path in the reports, so this test project is not portable)
sonar.php.coverage.reportPath=build/logs/clover.xml
# this needs some merge stuff... sonar.php.tests.reportPath=build/logs/junit.xml
sonar.exclusions=src/Utils/Tests/*,src/DataFixtures/*,src/Commands/*