Running munit with -coverage, I get an empty coverage report:
------------------------------
COVERAGE REPORT
------------------------------
OVERALL COVERAGE STATS:
packages 0% 0 / 0
files 0% 0 / 0
classes 0% 0 / 0
methods 0% 0 / 0
statements 0% 0 / 0
branches 0% 0 / 0
lines 0% 0 / 0
COVERAGE RESULT 0%
==============================
My .munit settings:
classPaths=..
coveragePackages=com
Have also tried an absolute path for classPaths.
Running munit with -coverage, I get an empty coverage report:
My .munit settings:
Have also tried an absolute path for classPaths.