This patch updates/adds the contributor documentation to follow the guidelines of the Ussuri cycle community goal[1]. [1] https://governance.openstack.org/tc/goals/selected/ussuri/project-ptl-and-contrib-docs.html Story: #2007236 Task: #38554 Change-Id: Ie02405c3b89b8d5f338191b7d8e58853186b4938
41 lines
1.2 KiB
ReStructuredText
41 lines
1.2 KiB
ReStructuredText
========================================================
|
|
Welcome to coverage2sql's documentation!
|
|
========================================================
|
|
|
|
.. image:: https://governance.openstack.org/tc/badges/coverage2sql.svg
|
|
:target: https://governance.openstack.org/tc/reference/tags/index.html
|
|
|
|
Command to Read a coverage file and put the data in a SQL database
|
|
|
|
coverage2sql is a tool for storing data of test coverage into a SQL database.
|
|
With using this tool, you can store time series coverage data and analyze it
|
|
if your coverage rate is down.
|
|
|
|
* Free software: Apache license
|
|
* Documentation: https://docs.openstack.org/coverage2sql/latest/
|
|
* Source: https://opendev.org/openstack/coverage2sql
|
|
* Bugs: https://bugs.launchpad.net/coverage2sql
|
|
* Contributing: If you are a new contributor to coverage2sql please refer: :doc:`contributor/contributing`
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
install/index
|
|
user/index
|
|
|
|
.. toctree::
|
|
:hidden:
|
|
|
|
contributor/contributing
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
.. only:: html
|
|
|
|
* :ref:`Coverage2SQL document search <search>`: Search the contents of this
|
|
document.
|
|
|
|
* `OpenStack wide search <https://docs.openstack.org>`_: Search the wider
|
|
set of OpenStack documentation, including forums.
|