Passed
Push — master ( 6c6345...9f2fa3 )
by Björn
53s queued 12s
created

Global Config

checks:
    php: 
        code_rating: true
        duplication: true
filter: {  }
build:
    tests:
        override:
            - phpcs-run --standard=ruleset.xml src -n
            -
                command: 'vendor/bin/phpunit --coverage-clover=coverage.xml'
                coverage:
                    file: 'coverage.xml'
                    format: 'clover'