Passed
Pull Request — master (#4)
by
unknown
01:02
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'