Completed
Push — master ( a20484...3e1dcf )
by Dawid
03:21
created

Checkout Config

build:
    nodes:
        tests:
            environment:
                php:
                    version: 7.2
            tests:
                override:
                    - php-scrutinizer-run --enable-security-analysis
                    -
                        command: 'vendor/bin/simple-phpunit --coverage-clover=some-file'
                        coverage:
                            file: 'some-file'
                            format: 'clover'
filter:
    excluded_paths:
        - tests/
    dependency_paths:
        - vendor/

checks:
    php:
        excluded_dependencies:
            - phpstan/phpstan

Repository Config

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