Compolomus/SQLQueryBuilder

View on GitHub
.scrutinizer.yml

Summary

Maintainability
Test Coverage
filter:
    excluded_paths:
        - "extra/"
        - "tests/"
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
build:
    tests:
        override:
          -
            command: 'php ./vendor/bin/phpunit --coverage-clover=coverage-clover'
            coverage:
              file: 'coverage-clover'
              format: 'php-clover'