You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have two directories that I need to check code coverage for. However, there doesn't seem to be a way to include both directories. Attempting to do so causes some kind of auto-loading error.
Whitelisting multiple directories for code coverage works just fine. Do note, though, that all whitelisted files will be included because you set processUncoveredFilesFromWhitelist="true". This is likely the cause for the problem you are experiencing (because you likely include files that not only contain class/interface/trait declarations).
I have two directories that I need to check code coverage for. However, there doesn't seem to be a way to include both directories. Attempting to do so causes some kind of auto-loading error.
Example config:
Notice the two directories
./app
and./modules
. The./modules
line is causing errors.The text was updated successfully, but these errors were encountered: