build:
tests:
override:
-
command: phpunit --coverage-clover=tests/JCFirebaseTest.php
coverage:
file: JCFirebaseTest.php
format: php-clover
filter:
excluded_paths:
- 'tests/*'
checks:
php: true
coding_style:
php: { }
build: true