Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paissad/reqcoco
Requirements Code Coverage
https://github.com/paissad/reqcoco
coverage coverage-data coverage-report java requirement requirement-specifications requirements requirements-management requirements-tracing
Last synced: about 1 month ago
JSON representation
Requirements Code Coverage
- Host: GitHub
- URL: https://github.com/paissad/reqcoco
- Owner: paissad
- License: lgpl-3.0
- Created: 2017-04-04T04:33:20.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2022-04-18T17:12:37.000Z (over 2 years ago)
- Last Synced: 2024-10-01T19:18:13.851Z (about 1 month ago)
- Topics: coverage, coverage-data, coverage-report, java, requirement, requirement-specifications, requirements, requirements-management, requirements-tracing
- Language: Java
- Homepage: https://paissad.github.io/reqcoco
- Size: 16.3 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![ReqCoCo : Requirements Code Coverage](https://paissad.github.io/reqcoco/img/reqcoco-logo-orig.png "ReqCoCo : Requirements Code Coverage")](https://paissad.github.io/reqcoco)
[*Requirements Code Coverage*][reqcoco-homepage]
----------
[![Latest version](https://badge.fury.io/gh/paissad%2Freqcoco.svg)](https://badge.fury.io/gh/paissad%2Freqcoco)
[![License: LGPL v3](https://img.shields.io/badge/License-LGPL%20v3-blue.svg)](http://www.gnu.org/licenses/lgpl-3.0)
[![Stories in progress](https://badge.waffle.io/paissad/reqcoco.png?label=ready&title=Issues%20In%20Progress)](http://waffle.io/paissad/reqcoco)
[![Join the chat at https://gitter.im/reqcoco/Lobby](https://badges.gitter.im/reqcoco/Lobby.svg)](https://gitter.im/reqcoco/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Coverage Status](https://coveralls.io/repos/github/paissad/reqcoco/badge.svg?branch=master)](https://coveralls.io/github/paissad/reqcoco?branch=master)
[![Sonar Quality Gate](https://sonarcloud.io/api/project_badges/measure?project=net.paissad.tools.reqcoco%3Areqcoco-parent&metric=alert_status)](https://sonarcloud.io/dashboard?id=net.paissad.tools.reqcoco%3Areqcoco-parent)----------
Table of contents
- [About](#about)
- [Downloads](#downloads)
- [Wiki](#wiki)
- [Source](#source)
- [License](#license)# 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][gh-releases-page].
# Wiki
The documentation is located at the [Wiki page][reqcoco-wiki-page]
# Source
The latest source code can be found [here on GitHub][gh-source-code-page]. Feel free to fork and/or contribute.
# License
**ReqCoCo** is licensed under the [LGPL v3 license][reqcoco-license-link].
[reqcoco-homepage]: https://paissad.github.io/reqcoco "ReqCoCo Homepage"
[reqcoco-wiki-page]: https://github.com/paissad/reqcoco/wiki "ReqCoCo Wiki"
[gh-releases-page]: https://github.com/paissad/reqcoco/releases "ReqCoCo Releases"
[gh-source-code-page]: https://github.com/paissad/reqcoco "ReqCoCo Source Code"
[reqcoco-license-link]: https://raw.githubusercontent.com/paissad/reqcoco/master/LICENSE "License"