Completed
Push — master ( d4fffc...523a97 )
by Francisco
14:59 queued 12:20
created

Checkout Config

# .scrutinizer.yml

filter:
    excluded_paths:
        - 'test/*'
checks:
    php: true
coding_style:
    php: {  }
    
build:
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=build/logs/clover.xml'
                coverage:
                    file: 'build/logs/clover.xml'
                    format: 'php-clover'

Repository Config

filter:
    excluded_paths:
        - 'test/*'
checks:
    php: true
coding_style:
    php: {  }
build: true