Hello, I have a project where the only Haxe type under src/ is an abstract.
However it appears that mcover does not count abstracts as types when calculating coverage?
Because even though all tests run (or fail) as they should, in the output I get the following:
Hello, I have a project where the only Haxe type under
src/
is an abstract.However it appears that
mcover
does not count abstracts as types when calculating coverage? Because even though all tests run (or fail) as they should, in the output I get the following:Is this intended? Should abstract type functions not count for coverage?