diff --git a/.scrutinizer.yml b/.scrutinizer.yml index b9ee90180..33ebfd389 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -12,6 +12,10 @@ build: tests: override: - php-scrutinizer-run + command: 'vendor/bin/phpunit --coverage-clover=coverage' + coverage: + file: 'coverage' + format: 'clover' filter: excluded_paths: - "libs/*" diff --git a/Changelog b/Changelog index 77adb5b29..a994b5ca4 100755 --- a/Changelog +++ b/Changelog @@ -1,3 +1,5 @@ +2018-03-14 DariusIII + * Chg: Add coverage report to scrutinizer config 2018-03-13 DariusIII * Chg: Update migrations, add table engine, charset and collation definitions * Chg: Update .scrutinizer.yml to use new analisys engine