code coverage is not generatefor non-app folders #42588
Unanswered
imanghafoori1
asked this question in
Q&A
Replies: 1 comment
-
You need to add another |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have installed xdebug and etc so that I can generate coverage report for my
app
folder.But I have a lot of code in a folder beside the app called
modules
and when I change myphpunit.xml
to point to themodules
folder, it generates an empty an html report.php artisan test --coverage-html report
I have no idea why it only generates for the app folder. what is special about the
app
?Beta Was this translation helpful? Give feedback.
All reactions