This commit is contained in:
Roland Gruber 2018-12-23 18:37:19 +01:00
parent cbb94aecc4
commit e14b199feb
2 changed files with 6 additions and 1 deletions

View File

@ -9,7 +9,9 @@
<includePath>.</includePath>
</php>
<logging>
<log type="coverage-html" target="../code-coverage/html"/>
<log type="coverage-html" target="../code-coverage/report.html"/>
<log type="coverage-clover" target="../code-coverage/clover.xml"/>
<log type="junit" target="../code-coverage/junit.xml"/>
</logging>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">

View File

@ -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