I'm working on some code in a `common` module (`commonMain`) and I have my tests in `commonTest`. Wh...
a
I'm working on some code in a
common
module (
commonMain
) and I have my tests in
commonTest
. When I run my tests with Coverage in IDEA I get
No coverage results
. How can I configure IDEA to do Coverage for
common
code?
a
a
Wow, great!
Voted!