new 3.0.1 release introduces support for new VSCode 1.96+ coverage features!
you can now launch coverage runs from within test explorer UI.
coverage support should be compatible with all coverage libraries that can generate LCOV reports.
VSCode 1.96 also introduced the ability for test adapters to provide attributable coverage reports, basically coverage per testcase. I’m happy to announce that new Haxe test explorer 3.0.1 supports that as well!
available for test frameworks buddy, munit, tink_unittest and utest when used with instrument coverage library.
there are sample projects showcasing all supported test frameworks, as well as projects with coverage collection enabled in test-adapter’s repository (see https://github.com/vshaxe/haxe-test-adapter/tree/master/samples).