mirror of
https://github.com/nextcloud/passman.git
synced 2024-11-10 09:13:00 +08:00
Code coverage scrutinizer test
This commit is contained in:
parent
a45dd19792
commit
71fb3679c1
1 changed files with 9 additions and 1 deletions
|
@ -4,3 +4,11 @@ tools:
|
|||
php_code_sniffer: true
|
||||
sensiolabs_security_checker: 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