Skip to content

Commit

Permalink
🎉 bulid tools:
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenShen committed Mar 24, 2017
1 parent 77aa071 commit e492aec
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .scrutinizer.yml
@@ -0,0 +1,19 @@
tools:
php_mess_detector: true
php_code_sniffer: true
php_code_coverage: true
php_pdepend: true
php_loc:
enabled: true
excluded_dirs: [vendor, tests]
filter:
excluded_paths:
- 'tests/*'
build:
tests:
override:
-
command: 'vendor/bin/phpunit --coverage-clover=my-coverage-file'
coverage:
file: 'my-coverage-file'
format: 'php-clover'

0 comments on commit e492aec

Please sign in to comment.