build:
environment:
php:
version: 7.0.7
tests:
before:
- 'cp src/ParseServerMigration/Config.php.dist src/ParseServerMigration/Config.php'
override:
-
command: 'phpunit --coverage-clover=some-file'
coverage:
file: 'some-file'
format: 'clover'
checks:
php:
code_rating: true
duplication: true
filter:
excluded_paths:
- 'tests/*'
checks:
php: true
coding_style:
php: { }
build: true