Completed
Push — master ( 9f6032...22225f )
by Evgeny
03:06 queued 34s
created

Repository Config

checks:
    php: true
coding_style:
    php:
        spaces:
            other:
                after_type_cast: false
                
tools:
    php_code_sniffer:
        filter:
            excluded-paths: [ spec/*, tests/*, vendor/* ]
        config:
            standard: PSR2

    php_analyzer:
        filter:
            excluded-paths: [ spec/*, tests/*, vendor/* ]

    php_sim:
        filter:
            excluded-paths: [ spec/*, tests/*, vendor/* ]
            
build:
    tests:
        override:
            -
                command: 'vendor/bin/phpspec run --format=pretty'
                coverage:
                    file: 'build/coverage.xml'
                    format: 'php-clover'
filter:
  excluded_paths:
    - spec/*
    - vendor/*
    - tests/*