Passed
Branch master (c4c5dc)
by Peter
01:51
created

Repository Config

checks:
    php:
        code_rating: true
        duplication: true

filter:
    excluded_paths:
        - tests/*
build:
    nodes:
        tests: true
        analysis:
            tests:
                override:
                    -
                        command: 'vendor/bin/phpunit --coverage-clover=some-file'
                        coverage:
                            file: 'some-file'
                            format: 'clover'
                    - php-scrutinizer-run