Passed
Branch master (615777)
by El
08:35 queued 01:32
created

Repository Config

checks:
    php: true
    javascript: true
filter:
    paths:
        - "css/privatebin.css"
        - "css/bootstrap/privatebin.css"
        - "js/privatebin.js"
        - "lib/*.php"
        - "index.php"
coding_style:
    php:
        spaces:
            around_operators:
                additive: false
                concatenation: true
tools:
    external_code_coverage: true
build:
    tests:
        override:
            -
                command: 'cd tst && phpunit'
                coverage:
                    file: 'tst/log/coverage-clover.xml'
                    format: 'clover'