diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 22d8abe8c..f69ec3bbe 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -12,11 +12,11 @@ build: tests: override: - - command: 'php-scrutinizer-run' command: 'vendor/bin/phpunit --coverage-clover=coverage' coverage: file: 'coverage' format: 'clover' + command: 'php-scrutinizer-run' filter: excluded_paths: - "libs/*"