Skip to content

marcelinorc/junco-provider

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
doc
 
 
 
 
 
 
 
 
 
 
 
 

What is Junco?

Junco (JUN-int + CO-verage) is a Surefire provider that executes JUnit tests cases and calculate coverage for each test case using Jacoco. Junco simply connects to the Jacoco agent , dump the current coverage information and resets the hit counters. Doing this each time a test case is executed, we may expect to obtain the coverage information solely for the executed test case. The previous information is obtained in a first test run. In posterior runs, Junco execute test in order so the test cases covering most a certain source location passes first. The location is described in a .JSON file passed as parameter. Such location is called Transplantation point.

Usage

In doc/Junco usage.docx you can see a detailed description of junco usage

About

A Surefire provider to execute JUnit tests and get coverage information test case wise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages