Skip to content

Commit

Permalink
Add command to generate coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
LouiseMcMahon committed Jan 29, 2025
1 parent 55f223d commit 06e08b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ yarn-error.log
#Generated Files
resources/js/types/generated.d.ts
resources/js/ziggy.js

#Coverage reports
coverage
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@
],
"lint:fix": [
"@php vendor/bin/pint"
],
"coverage": [
"php artisan test --coverage-html coverage"
]
},
"extra": {
Expand Down

0 comments on commit 06e08b8

Please sign in to comment.