Completed
Pull Request — 1.2 (#207)
by Michele
09:56
created

Checkout Config

filter:
  excluded_paths:
    - 'documentation/*'
    - 'tests/*'

tools:
    external_code_coverage:
        runs: 1

Repository Config

imports:
    - php
build:
    environment:
        php: '5.5.25'
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=clover.xml'
                coverage:
                    file: 'clover.xml'
                    format: 'clover'