diff --git a/phpunit.xml b/phpunit.xml index 2774dae2..fd8102b2 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -9,7 +9,9 @@ . - + + + diff --git a/sonar-project.properties b/sonar-project.properties index da925138..d72c0d73 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -15,4 +15,7 @@ sonar.links.issue=https://github.com/LDAPAccountManager/lam sonar.sources=lam sonar.tests=lam/tests +sonar.php.tests.reportPath=code-coverage/junit.xml +sonar.php.coverage.reportPaths=code-coverage/clover.xml + sonar.exclusions=**/3rdParty/**,**/lib/extra/**,**/lib/*jquery*.js,**/tests/**,**/style/*jquery*.css,,**/style/*cropper*.css,**/style/*magnific*.css,**/schema.inc