Completed
Push — master ( 24e766...936372 )
by Abdul Malik
23s queued 18s
created

Repository Config

filter:
    excluded_paths:
        - 'test/*'
        - 'vendor/*'
checks:
    php: true
coding_style:
    php: {  }
build:
    environment:
        php: '8.1'
    nodes:
        analysis:
            tests:
                override: [php-scrutinizer-run]
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=build/logs/clover.xml'
                coverage:
                    file: 'build/logs/clover.xml'
                    format: 'clover'