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

Лицензия

Лицензия

Категории

Категории

JaCoCo Тестирование приложения и мониторинг Code Coverage
Группа

Группа

com.github.eciuca.sonar
Идентификатор

Идентификатор

sonar-jacoco-listeners
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

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
Ссылка на сайт

Ссылка на сайт

https://github.com/eciuca/sonar-jacoco-listeners
Система контроля версий

Система контроля версий

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

Скачать sonar-jacoco-listeners

Как подключить последнюю версию

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.jacoco : org.jacoco.agent jar 0.8.5
junit : junit jar 4.13

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.0.0