mirror of
https://github.com/Mibew/handlebars.php.git
synced 2024-11-15 08:44:12 +03:00
another try
This commit is contained in:
parent
343dc48637
commit
3bb6dc09a4
@ -4,4 +4,11 @@ filter:
|
|||||||
excluded_paths: [tests/*]
|
excluded_paths: [tests/*]
|
||||||
tools:
|
tools:
|
||||||
php_code_coverage: true
|
php_code_coverage: true
|
||||||
external_code_coverage: true
|
build:
|
||||||
|
tests:
|
||||||
|
override:
|
||||||
|
-
|
||||||
|
command: 'phpunit --coverage-clover=coverage.xml'
|
||||||
|
coverage:
|
||||||
|
file: 'coverage.xml'
|
||||||
|
format: 'php-clover'
|
@ -7,5 +7,5 @@ php:
|
|||||||
branches:
|
branches:
|
||||||
except:
|
except:
|
||||||
- php-52
|
- php-52
|
||||||
before_script: composer install && wget https://scrutinizer-ci.com/ocular.phar
|
before_script: composer install
|
||||||
script: "./vendor/bin/phpunit --coverage-clover=coverage.clover && php ocular.phar code-coverage:upload --format=php-clover coverage.clover && ./vendor/bin/phpcs -n src/"
|
script: "./vendor/bin/phpunit && ./vendor/bin/phpcs -n src/"
|
||||||
|
Loading…
Reference in New Issue
Block a user