Checkout Config
checks:
php: true
filter:
excluded_paths:
- 'features/'
- 'tests/'
build:
environment:
# Languages
php:
version: "7.1"
cache:
disabled: false
directories:
- vendor/
# Follows the same structure like the dependencies section.
# Used for running your tests and open-source analysis tools.
# We will execute all commands even if one of them fails.
tests:
override:
-
command: 'vendor/bin/phpunit --coverage-clover=coverage.clover --exclude-group efficiency'
coverage:
file: 'coverage.clover'
format: 'clover'