Completed
Push — master ( c37ad9...8221f3 )
by Marko
129:14 queued 114:10
created

Checkout Config

filter:
    excluded_paths:
        - vendor/*
        - tests/*
        - docs/*

checks:
    php:
        code_rating: true
        duplication: true

tools:
    external_code_coverage:
        timeout: 800
        runs: 2

build:
    nodes:
        analysis:
            tests:
                override:
                    - php-scrutinizer-run
                    -
                         command: 'vendor/bin/simple-phpunit -v --coverage-clover build/clover.xml  --exclude-group installation'
                         coverage:
                              file: 'build/clover.xml'
                              format: 'clover'

Repository Config

filter:
    excluded_paths:
        - vendor/*
        - tests/*

checks:
    php:
        code_rating: true
        duplication: true

tools:
    external_code_coverage:
        timeout: 800
        runs: 2


build:
    nodes:
        analysis:
            tests:
                override:
                    - php-scrutinizer-run