Completed
Pull Request — master (#78)
by Abdul Malik
02:16
created

Repository Config

filter:
    excluded_paths:
        - 'test/*'
        - 'vendor/*'
checks:
    php: true
coding_style:
    php: {  }
build:
    environment:
        php: '7.2'
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=build/logs/clover.xml'
                coverage:
                    file: 'build/logs/clover.xml'
                    format: 'clover'