mirror of
https://github.com/Mibew/handlebars.php.git
synced 2025-05-03 02:26:41 +03:00
try to fix coverage report
This commit is contained in:
parent
d146b0a7f4
commit
343dc48637
@ -3,4 +3,5 @@ filter:
|
|||||||
paths: [src/*]
|
paths: [src/*]
|
||||||
excluded_paths: [tests/*]
|
excluded_paths: [tests/*]
|
||||||
tools:
|
tools:
|
||||||
php_code_coverage: true
|
php_code_coverage: true
|
||||||
|
external_code_coverage: true
|
@ -7,5 +7,5 @@ php:
|
|||||||
branches:
|
branches:
|
||||||
except:
|
except:
|
||||||
- php-52
|
- php-52
|
||||||
before_script: composer install
|
before_script: composer install && wget https://scrutinizer-ci.com/ocular.phar
|
||||||
script: "./vendor/bin/phpunit && ./vendor/bin/phpcs -n src/"
|
script: "./vendor/bin/phpunit --coverage-clover=coverage.clover && php ocular.phar code-coverage:upload --format=php-clover coverage.clover && ./vendor/bin/phpcs -n src/"
|
||||||
|
Loading…
Reference in New Issue
Block a user