Completed
Push — master ( ed0613...204a50 )
by Martin
01:42
created

Checkout Config

checks:
    php:
        code_rating: true
        duplication: true

filter:
    excluded_paths:
        - "tests/"

build:
    nodes:
        analysis:
            project_setup:
                override: true
            tests:
                override: [php-scrutinizer-run]
    tests:
        override:
            -
                command: 'composer test'
                coverage:
                    file: 'build/clover.xml'
                    format: 'clover'

Repository Config

# language: php

# tests: true