Completed
Pull Request — 1.2 (#107)
by Eduardo Gulias
02:31
created

Repository Config

imports:
    - php
build:
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=build/logs/clover.xml'
                coverage:
                    file: 'clover.xml'
                    format: 'clover'