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
| Лицензия |
Лицензия |
|---|---|
| Категории |
Категории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
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| sonar-jacoco-listeners-1.0.0.pom | |
| sonar-jacoco-listeners-1.0.0.jar | 5 KB |
| sonar-jacoco-listeners-1.0.0-sources.jar | 3 KB |
| sonar-jacoco-listeners-1.0.0-javadoc.jar | 391 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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