Romper
Romper

Reputation: 2257

Run IntelliJ IDEA code coverage in command line

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

Answers (1)

CrazyCoder
CrazyCoder

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

Related Questions