Skip to content

sivajavatechie/jenkinsJacocoMaven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This example demonstrates how to collect code coverage by integration tests, tests are located in a separate Java Maven module. SonarQube aggregates code coverage by unit tests and integration tests to compute an overall code coverage (this feature requires SonarQube 4.5+).

Prerequisites

Usage

  • Build the project and execute all the tests:

      mvn clean install
    
  • Analyze the project with SonarQube using Maven:

      mvn sonar:sonar
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages