DEV Community

Artem Ptushkin
Artem Ptushkin

Posted on • Updated on

How does Jacoco work with Sonar?

This pair of frameworks: Jacoco+Sonar is very popular in the Java stack applications. Despite it most of Gradle/Maven files look unclear and it can take time to figure out how it is configured for the arbitrary repository.

I would like to clarify it with the schema to give developers a chance not to spend time on some things while working on a question about code coverage.

Alt Text

Where:

  • Rectangle - files as inputs and outputs
  • Rhombus - Gradle/Maven commands
  • Circle - external soft/jars

Hope it helps you to sort out the process!

Top comments (0)