ReqCoCo

Requirements Code Coverage

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

net.paissad.tools.reqcoco
Идентификатор

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

reqcoco-parent
Последняя версия

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

1.0.5
Дата

Дата

Тип

Тип

pom
Описание

Описание

ReqCoCo
Requirements Code Coverage
Ссылка на сайт

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

https://paissad.github.io/reqcoco
Система контроля версий

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

https://github.com/paissad/reqcoco.git

Скачать reqcoco-parent

Имя Файла Размер
reqcoco-parent-1.0.5.pom 10 KB
Обзор

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

<!-- https://jarcasting.com/artifacts/net.paissad.tools.reqcoco/reqcoco-parent/ -->
<dependency>
    <groupId>net.paissad.tools.reqcoco</groupId>
    <artifactId>reqcoco-parent</artifactId>
    <version>1.0.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.paissad.tools.reqcoco/reqcoco-parent/
implementation 'net.paissad.tools.reqcoco:reqcoco-parent:1.0.5'
// https://jarcasting.com/artifacts/net.paissad.tools.reqcoco/reqcoco-parent/
implementation ("net.paissad.tools.reqcoco:reqcoco-parent:1.0.5")
'net.paissad.tools.reqcoco:reqcoco-parent:pom:1.0.5'
<dependency org="net.paissad.tools.reqcoco" name="reqcoco-parent" rev="1.0.5">
  <artifact name="reqcoco-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.paissad.tools.reqcoco', module='reqcoco-parent', version='1.0.5')
)
libraryDependencies += "net.paissad.tools.reqcoco" % "reqcoco-parent" % "1.0.5"
[net.paissad.tools.reqcoco/reqcoco-parent "1.0.5"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

  • reqcoco-api
  • reqcoco-core
  • reqcoco-maven-plugin
  • reqcoco-runner
  • reqcoco-parser-simple
  • reqcoco-parser-github
  • reqcoco-parser-redmine
  • reqcoco-parser-docx
  • reqcoco-parser-xlsx
  • reqcoco-distribution
  • reqcoco-parser-aggregator

ReqCoCo : Requirements Code Coverage

Requirements Code Coverage


Latest version License: LGPL v3 Stories in progress Join the chat at https://gitter.im/reqcoco/Lobby Coverage Status Sonar Quality Gate


Table of contents

About

ReqCoCo is a set of tools which helps to generate reports of code coverage.

The reports can generated in different ways (console, html, json, xlsx)

Custom generators can be built by anyone in order to generate a standard input source. And then ReqCoCo can be used to generate the reports in the desired format/output.

Downloads

The releases can be retrieved from the GitHub Releases Download Page.

Wiki

The documentation is located at the Wiki page

Source

The latest source code can be found here on GitHub. Feel free to fork and/or contribute.

License

ReqCoCo is licensed under the LGPL v3 license.

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

Версия
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0