phpunit
This commit is contained in:
parent
cbb94aecc4
commit
e14b199feb
|
@ -9,7 +9,9 @@
|
||||||
<includePath>.</includePath>
|
<includePath>.</includePath>
|
||||||
</php>
|
</php>
|
||||||
<logging>
|
<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>
|
</logging>
|
||||||
<filter>
|
<filter>
|
||||||
<whitelist processUncoveredFilesFromWhitelist="true">
|
<whitelist processUncoveredFilesFromWhitelist="true">
|
||||||
|
|
|
@ -15,4 +15,7 @@ sonar.links.issue=https://github.com/LDAPAccountManager/lam
|
||||||
sonar.sources=lam
|
sonar.sources=lam
|
||||||
sonar.tests=lam/tests
|
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
|
sonar.exclusions=**/3rdParty/**,**/lib/extra/**,**/lib/*jquery*.js,**/tests/**,**/style/*jquery*.css,,**/style/*cropper*.css,**/style/*magnific*.css,**/schema.inc
|
||||||
|
|
Loading…
Reference in New Issue