Skip to content

Commit e6163b4

Browse files
committed
Remove clover path from scrutinizer config
1 parent 94c5296 commit e6163b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.scrutinizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build:
77
tests:
88
override:
99
-
10-
command: 'phpunit --coverage-clover=tmp/phpunit-coverage-clover.xml'
10+
command: 'phpunit'
1111
coverage:
1212
file: 'tmp/phpunit-coverage-clover.xml'
1313
format: 'php-clover'

0 commit comments

Comments
 (0)