Svelte language coverage support help/request

Hello,

I am looking for some help on how to get test coverage for my .svelte files. I have tried using the generic test coverage format with this library however still no luck.

Is there any movement on possible support coming soon? In essence I would mainly just be looking for the javascript coverage similar to how vue is done, if I’m not mistaken? I’m looking into maybe writing a plugin myself but i have never written a parser before so may take a while.

Any help or suggestions most welcome!

Actually it looks like i should be able to reuse Sveltes official parser by using the nodejs bridge inside the plugin