I’d like to run a test in IntelliJ with code cover...
# intellij
d
I’d like to run a test in IntelliJ with code coverage. Not talking about setting up CI, just manually running a test once and looking at line coverage of one particular function. Is this something that’s supportive? Most of the docs I can find talk about Java specifically, and I’m seeing some links implying this isn’t well supported
a
It should generally work, although there are some problems with inline functions coverage.