Completed
Push — master ( eb3c74...e6eb7d )
by Michał
03:02
created

Checkout Config

build:
    environment:
        php:
            version: 5.6, 7.0, 7.1, 7.2
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=build/logs/clover.xml'
                coverage:
                    file: 'build/logs/clover.xml'
                    format: 'clover'
filter:
    excluded_paths:
        - test/*

Repository Config

checks:
        php:
            code_rating: true
            duplication: true
build:
    nodes:
        analysis:
            tests:
                override:
                    - php-scrutinizer-run
        tests: true