Has anyone had success integrating JaCoCo or Emma code coverage tools with TeaVM? I understand this isn't straightforward, given that TeaVM compiles Java Bytecode to JavaScript to run in a browser environment.
I came across an example of a similar integration done for GWT (another Java-to-JS compiler), using JaCoCo: https://github.com/errai/jacoco-gwt-maven-plugin
I'm curious—has anyone explored or achieved something similar with TeaVM?