Skip to content

Commit

Permalink
Fix coverage running command
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurt Friars committed Oct 22, 2024
1 parent 3e2312d commit 1a089c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
],
"analyse": "vendor/bin/phpstan analyse",
"test": "vendor/bin/pest",
"test-coverage": "vendor/bin/pest --coverage",
"test-coverage": "XDEBUG_MODE=coverage ./vendor/bin/pest --coverage-clover coverage",
"format": "vendor/bin/pint"
},
"config": {
Expand All @@ -79,4 +79,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit 1a089c9

Please sign in to comment.