Completed
Push — master ( e1b3cc...52b7dd )
by Enrico
03:03
created

Checkout Config

filter:
    excluded_paths:
        - 'test/*'
        - 'vendor/*'
        - 'samples/*'
                
checks:
    php: true
    
coding_style:
    php: {  }

build:
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=coverage.clover'
                coverage:
                    file: 'coverage.clover'
                    format: 'php-clover'

Repository Config

# language: php

# tests: true