Passed
Push — master ( 75a0ae...258ca1 )
by Dawid
03:09
created

Checkout Config

build:
    environment:
        php:
            version: 7.1
    tests:
        override:
            -
                command: 'vendor/bin/simple-phpunit --coverage-clover=some-file'
                coverage:
                    file: 'some-file'
                    format: 'clover'
filter:
    excluded_paths:
        - tests/*

checks:
    php:
        excluded_dependencies:
            - phpstan/phpstan

Repository Config

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