Skip to content

Commit 838b5b8

Browse files
author
Kurt Friars
committed
Output clover report to correct directory
1 parent 02094fe commit 838b5b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"prepare": "@php vendor/bin/testbench package:discover --ansi",
4646
"analyse": "vendor/bin/phpstan analyse",
4747
"test": "vendor/bin/pest",
48-
"test-coverage": "vendor/bin/pest --coverage-clover",
48+
"test-coverage": "vendor/bin/pest --coverage-clover ./build/logs/clover.xml",
4949
"format": "vendor/bin/pint"
5050
},
5151
"config": {

0 commit comments

Comments
 (0)