Skip to content

IntelliJ IDEA coverage plugin based on JaCoCo

License

Notifications You must be signed in to change notification settings

infra-qa/jacoco-coverage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jacoco-coverage

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.

Developing

Get the code

Clone project from Github:

    git clone git@github.com:resios/jacoco-coverage.git

IntelliJ IDEA plugin SDK setup

  • 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.

Building

  • Use the run configurations to run the plugin.
  • Use Build > Prepare plugin for deployment to generate the release package.

About

IntelliJ IDEA coverage plugin based on JaCoCo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%