Completed
Push — master ( 42f7c1...3460d4 )
by Paweł
43:33
created

Checkout Config

filter:
    excluded_paths:
        - 'spec/*'
        - 'src/SWP/Bundle/*Bundle/Tests/*'
        - 'Tests/*'
        - 'src/SWP/Bundle/*Bundle/spec/*'
        - 'src/SWP/Component/*/spec/*'
    paths:
        - 'src/*'
checks:
    php: true

coding_style:
    php:
        spaces:
            around_operators:
                concatenation: false

build:
    environment:
        php:
            version: 7.0.8
    tests:
        override:
            -
                command: 'bin/phpunit -d zend.enable_gc=0 -c app/ --coverage-clover=coverage.xml && bash <(curl -s https://codecov.io/bash) -t 9774e0ee-fd3e-43d3-8ba6-a25e4ef57fe5'
                coverage:
                    file: 'coverage.xml'
                    format: 'clover'

Repository Config

# language: php
coding_style:
    php: {  }
    
# tests: true