edsonmedina/php_testability

View on GitHub
.scrutinizer.yml

Summary

Maintainability
Test Coverage
# .scrutinizer.yml
tools:
    external_code_coverage: true
    php_sim: true
    php_pdepend: true
    php_analyzer: true
filter:
    excluded_paths:
        - 'tests/*'
        - testFile.php
        - 'vendor/*'
checks:
    php:
        code_rating: true
        duplication: true