Skip to content

Commit b17b229

Browse files
committed
Update scrutinizer.yml
1 parent 4996635 commit b17b229

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.scrutinizer.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ tools:
2222
# runs: 3
2323
php_analyzer: true
2424
# php_code_coverage: false
25-
php_code_coverage: true
25+
php_code_coverage:
26+
enabled: true
2627
php_code_sniffer:
2728
config:
2829
standard: PSR2
@@ -34,11 +35,3 @@ tools:
3435
php_cpd:
3536
enabled: true
3637
excluded_dirs: [vendor, tests]
37-
build:
38-
tests:
39-
override:
40-
-
41-
command: './vendor/bin/phpunit tests'
42-
coverage:
43-
file: './build/logs/clover.xml'
44-
format: 'clover'

0 commit comments

Comments
 (0)