Fix code coverage, maybe
This commit is contained in:
parent
f817818bc6
commit
b4a661c82a
@ -2,7 +2,8 @@ imports:
|
|||||||
- php
|
- php
|
||||||
|
|
||||||
tools:
|
tools:
|
||||||
external_code_coverage: true
|
external_code_coverage:
|
||||||
|
timeout: 1000
|
||||||
# PHP
|
# PHP
|
||||||
php_code_sniffer: true
|
php_code_sniffer: true
|
||||||
php_cpd: true
|
php_cpd: true
|
||||||
|
@ -20,7 +20,7 @@ script:
|
|||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
- wget https://scrutinizer-ci.com/ocular.phar
|
- wget https://scrutinizer-ci.com/ocular.phar
|
||||||
- php ocular.phar code-coverage:upload --format=php-clover build/clover.xml
|
- php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
|
Loading…
Reference in New Issue
Block a user