sonar-jacoco-listeners
This library removes the error thrown when a test was already started so now the library is compatible with maven parallel builds using multiple threads in the same JVM
License |
License |
---|---|
Categories |
CategoriesJaCoCo Application Testing & Monitoring Code Coverage |
GroupId | GroupIdcom.github.eciuca.sonar |
ArtifactId | ArtifactIdsonar-jacoco-listeners |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSonar JaCoCo Listener for parallel maven tests
Sonar JaCoCo Listener and JacocoController that works with maven tests executed in parallel on
different threads in the same JVM
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.eciuca.sonar/sonar-jacoco-listeners/ -->
<dependency>
<groupId>com.github.eciuca.sonar</groupId>
<artifactId>sonar-jacoco-listeners</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.eciuca.sonar/sonar-jacoco-listeners/
implementation 'com.github.eciuca.sonar:sonar-jacoco-listeners:1.0.0'
// https://jarcasting.com/artifacts/com.github.eciuca.sonar/sonar-jacoco-listeners/
implementation ("com.github.eciuca.sonar:sonar-jacoco-listeners:1.0.0")
'com.github.eciuca.sonar:sonar-jacoco-listeners:jar:1.0.0'
<dependency org="com.github.eciuca.sonar" name="sonar-jacoco-listeners" rev="1.0.0">
<artifact name="sonar-jacoco-listeners" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.eciuca.sonar', module='sonar-jacoco-listeners', version='1.0.0')
)
libraryDependencies += "com.github.eciuca.sonar" % "sonar-jacoco-listeners" % "1.0.0"
[com.github.eciuca.sonar/sonar-jacoco-listeners "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jacoco : org.jacoco.agent | jar | 0.8.5 |
junit : junit | jar | 4.13 |
This library removes the error thrown when a test was already started so now the library is compatible with maven parallel builds using multiple threads in the same JVM