.scrutinizer.yml (387B)
1 # This file just tells the wonderful code quality analyzer Scrutinizer (https://scrutinizer-ci.com/g/panique/huge/) 2 # that we are using external services (Travis) to generate code coverage stats 3 checks: 4 php: 5 code_rating: true 6 duplication: true 7 # test coverage is commented out as this does not seem to work properly right now 8 #tools: 9 # external_code_coverage: true