-
-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy path.scrutinizer.yml
More file actions
25 lines (25 loc) 路 615 Bytes
/
Copy path.scrutinizer.yml
File metadata and controls
25 lines (25 loc) 路 615 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
tools:
# external_code_coverage: true
php_mess_detector: true
php_code_sniffer: true
sensiolabs_security_checker: true
# php_code_coverage: true
php_pdepend: true
php_loc:
enabled: true
excluded_dirs: [vendor, tests]
checks:
php:
code_rating: true
duplication: true
filter:
excluded_paths:
- 'tests/*'
build:
tests:
override:
-
command: vendor/bin/phpunit --coverage-clover=my-coverage-file
coverage:
file: my-coverage-file
format: php-clover