Last Version

Sonar JaCoCo Listener for parallel maven tests 1.0.0

Sonar JaCoCo Listener and JacocoController that works with maven tests executed in parallel on different threads in the same JVM

License

License

Categories

Categories

JaCoCo Application Testing & Monitoring Code Coverage
GroupId

GroupId

com.github.eciuca.sonar
ArtifactId

ArtifactId

sonar-jacoco-listeners
Version

Version

1.0.0
Type

Type

jar
Description

Description

Sonar 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

https://github.com/eciuca/sonar-jacoco-listeners
Source Code Management

Source Code Management

https://github.com/eciuca/sonar-jacoco-listeners/tree/master

Download sonar-jacoco-listeners 1.0.0


<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
org.jacoco : org.jacoco.agent jar 0.8.5
junit : junit jar 4.13

Project Modules

There are no modules declared in this project.