1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-07-31 05:30:09 +02:00
Files
php-cimage/.scrutinizer.yml
2015-12-05 14:58:01 +01:00

55 lines
1.0 KiB
YAML

imports:
- php
filter:
excluded_paths:
- test/
- webroot/check*
- webroot/imgd.php
- webroot/imgp.php
- webroot/imgs.php
- webroot/test/
#checks:
# php:
# code_rating: true
# duplication: true
#tools:
# Copy/Paste Detector
#php_cpd: true
# Metrics
#php_pdepend: true
# Some Metrics + Bug Detection/Auto-Fixes
#php_analyzer: true
#php_code_sniffer:
# config:
# standard: "PSR2"
#php_sim:
# min_mass: 16 # Defaults to 16
#php_mess_detector:
#config:
# ruleset: ../your-phpmd-ruleset/ruleset.xml
build:
dependencies:
before:
-
command: 'mkdir build'
tests:
override:
-
command: 'phpunit --configuration .phpunit.xml'
coverage:
file: 'build/coverage.clover'
format: 'php-clover'