Reputation: 2257
Is there some ways to run IntelliJ IDEA code coverage in command line?
I need this to run code coverage for Kotlin as job in Jenkins.
Upvotes: 5
Views: 1156
Reputation: 402443
We plan to add Maven and Gradle plugins for this, at the moment there is no documentation for running IntelliJ IDEA code coverage from the command line.
TeamCity supports it out of the box, though.
Upvotes: 2