Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 250
Romper Avatar asked Oct 29 '22 12:10

Romper


1 Answers

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.

like image 188
CrazyCoder Avatar answered Nov 18 '22 09:11

CrazyCoder