Skip to content

Commit

Permalink
Update .scrutinizer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mjacobus committed Aug 28, 2015
1 parent 17616fa commit 796ed6b
Showing 1 changed file with 8 additions and 22 deletions.
30 changes: 8 additions & 22 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,11 @@ checks:
php:
code_rating: true
duplication: true
tools:
external_code_coverage: true
php_code_coverage:
test_command: "phpunit --configuration tests/phpunit.xml"
filter:
paths: ["lib/*"]
php_sim:
enabled: true
filter:
paths: ["lib/*"]
php_mess_detector:
enabled: true
filter:
paths: ["lib/*"]
php_pdepend:
enabled: true
filter:
paths: ["lib/*"]
php_analyzer:
enabled: true
filter:
paths: ["lib/*"]
build:
tests:
override:
-
command: 'phpunit -t tests/phpunit.xml --coverage-clover=coverage/coverage.xml'
coverage:
file: 'coverage/coverage.xml'
format: 'php-clover'

0 comments on commit 796ed6b

Please sign in to comment.