Skip to content

Spring Boot Mutli maven modules / Coverage with jacoco / report on sonar

Notifications You must be signed in to change notification settings

pneyer/maven-jacoco-multimodule-sonar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Apache Maven Multi-module example with jacoco coverage reported on sonarqube

This project imports JaCoCo's aggregate XML report to be able to report coverage across modules as well as unit test coverage inside the module.

Usage

  • Build the project, execute all the tests and analyze the project with SonarQube Scanner for Maven:

      mvn clean verify sonar:sonar
    
  • with integration tests

      mvn clean verify sonar:sonar -Pits
    

About

Spring Boot Mutli maven modules / Coverage with jacoco / report on sonar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%