Skip to content

Commit 0c1dbf1

Browse files
committed
Fix coverage
1 parent ab1cb87 commit 0c1dbf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.scrutinizer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build:
77
tests:
88
override:
99
-
10-
command: '/vendor/bin/phpunit'
10+
command: 'vendor/bin/phpunit --coverage-clover=phpunit-coverage-clover'
1111
coverage:
12-
file: 'tmp/phpunit-coverage-clover.xml'
12+
file: 'phpunit-coverage-clover'
1313
format: 'php-clover'

0 commit comments

Comments
 (0)