PrivateBin/PrivateBin

View on GitHub
.scrutinizer.yml

Summary

Maintainability
Test Coverage
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
build:
    image: default-bionic
    environment:
        php:
            version: 7.4
    tests:
        override:
            -
                command: 'composer require google/cloud-storage && cd tst && ../vendor/bin/phpunit'
                coverage:
                    file: 'tst/log/coverage-clover.xml'
                    format: 'clover'
    nodes:
        tests: true
        analysis:
            tests:
                override:
                    - php-scrutinizer-run