Completed
Push — master ( c62ba6...02d004 )
by Thomas
02:20
created

Checkout Config

checks:
    php:
      code_rating: true
      duplication: false
build:
    tests:
        override:
            -
                command: 'vendor/bin/phpunit -c phpunit.xml --coverage-clover=clover.xml'
                coverage:
                    file: 'clover.xml'
                    format: 'clover'
    environment:
        php:
            version: 7.1.0
filter:
    excluded_paths:
        - tests/*
        - docs/*
        - vendor/*
        - example.php

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
build: true