IntelliJ IDEA coverage plugin based on JaCoCo. The purpose of the plugin is to provide coverage information for IntelliJ IDEA Community Edition.
It allows generation of a HTML report and viewing the coverage data for all instrumented classes.
Clone project from Github:
git clone git@github.com:resios/jacoco-coverage.git
- Open the project (File > Open project).
- Open the module settings (Ctrl + Alt + Shift + S).
- Setup the project SDK with an Intellij IDEA Plugin SDK.
- Edit your Intellij IDEA Plugin SDK and add
$IDEA_HOME/lib/idea.jar
to its classpath.
- Use the run configurations to run the plugin.
- Use Build > Prepare plugin for deployment to generate the release package.