mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-10 08:55:26 +00:00
Avoid timeout on code coverage from Scrutinizer
This commit is contained in:
parent
34c06cabef
commit
14d7a69b8c
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ tools:
|
|||
php_code_sniffer: true
|
||||
php_pdepend: true
|
||||
sensiolabs_security_checker: true
|
||||
external_code_coverage: true
|
||||
external_code_coverage:
|
||||
timeout: 1800
|
||||
php_code_coverage: true
|
||||
php_sim: false
|
||||
php_cpd: false
|
||||
|
|
Loading…
Reference in a new issue