A cross platform code coverage framework for Haxe with testing and profiling applications. Supports AVM1, AVM2, JavaScript, C++, PHP and Neko.
59
stars
9
forks
source link
Listing Method Coverage Per Method on Neko #38
Open
ashes999 opened 8 years ago
Hi,
On Neko, when I run
haxelib run munit test -coverage
, I get summary info such as:According to a README file buried deep in the tree, I can add coverage reporting for Neko by adding the following to
TestMain.hx
:It's not clear to me if this change will be obliterated automatically or not.
TestMain.hx
contains this comment block:Is this the correct way to generate detailed coverage on Neko?