Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.scrutinizer.yml')
-rw-r--r--.scrutinizer.yml29
1 files changed, 29 insertions, 0 deletions
diff --git a/.scrutinizer.yml b/.scrutinizer.yml
new file mode 100644
index 0000000000..555eaaf2bf
--- /dev/null
+++ b/.scrutinizer.yml
@@ -0,0 +1,29 @@
+tools:
+ php_sim: true
+ php_pdepend: true
+ php_analyzer:
+ config:
+ check_variables:
+ enabled: false
+
+filter:
+ excluded_paths:
+ - 'tests/*'
+ - 'libs/*'
+ - 'misc/*'
+ - 'lang/*'
+
+build:
+ environment:
+ php:
+ version: 5.5.12
+ dependencies:
+ before:
+ - cp tests/PHPUnit/config.ini.travis.php config/config.ini.php
+ tests:
+ override:
+ -
+ command: cd tests/PHPUnit && phpunit --testsuite UnitTests --coverage-clover clover-unit.xml
+ coverage:
+ file: tests/PHPUnit/clover-unit.xml
+ format: php-clover