mirror of
https://github.com/nextcloud/passman.git
synced 2025-01-01 04:51:44 +08:00
Code coverage scrutinizer test
This commit is contained in:
parent
a45dd19792
commit
71fb3679c1
1 changed files with 9 additions and 1 deletions
|
@ -3,4 +3,12 @@ tools:
|
|||
php_mess_detector: true
|
||||
php_code_sniffer: true
|
||||
sensiolabs_security_checker: true
|
||||
php_code_coverage: true
|
||||
php_code_coverage: true
|
||||
|
||||
tests:
|
||||
override:
|
||||
-
|
||||
command: 'phpunit --coverage-clover=some-file'
|
||||
coverage:
|
||||
file: 'some-file'
|
||||
format: 'clover'
|
Loading…
Reference in a new issue