DEV Community

Artem Ptushkin
Artem Ptushkin

Posted on • Edited on

1

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)

Image of Datadog

The Essential Toolkit for Front-end Developers

Take a user-centric approach to front-end monitoring that evolves alongside increasingly complex frameworks and single-page applications.

Get The Kit

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay