Passed
Branch master (25ca36)
by Jimmy
03:36
created

Checkout Config

imports:
    - php

filter:
    excluded_paths: [vendor/*, test/*]

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

        tests-and-coverage:
            tests:
                override:
                    - command: 'make phpunit'
                      coverage:
                          file: 'build/coverage.clover'
                          format: 'php-clover'

Repository Config

# language: php