Add coverage report to scrutinizer config

This commit is contained in:
DariusIII
2018-03-14 08:38:04 +01:00
parent 4bcb3462ad
commit 14db01d3f1
2 changed files with 6 additions and 0 deletions
+4
View File
@@ -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/*"
+2
View File
@@ -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