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
Came here to say I had the same problem and solved it.
If your problem is same as mine:
I assume your code is in a com folder.
I suggest moving it to a src folder
and in your .munit file, set classPaths=src.
Running munit with -coverage, I get an empty coverage report:
My .munit settings:
Have also tried an absolute path for classPaths.
The text was updated successfully, but these errors were encountered: