@ian.shaun.thomas That is totally fair, but even in that regard, the coverage tool should somehow be able to extract that knowledge from the common code ( eg running coverage on JVM, native or even js ) should all contain the common code, (+ common tests)
thus no matter what target you should be able to know the coverage of the common code;
the problem with jacoco is that inline functions is somewhat not done, (see
https://github.com/jacoco/jacoco/issues/654 )
If you try and run a JVM taget from a MPP project you can see it "tries" to display some sort of coverage for common code, but its kinda "1 classs" akk not really mapped out; so i was currious if it was there, but required some more work ,or simply put, not fully implemented;