PyEDAA.UCIS
Unified Coverage Interoperability Standard (UCIS)
Install / Use
/learn @edaa-org/PyEDAA.UCISREADME
<p align="center">
<a title="edaa-org.github.io/pyEDAA.UCIS" href="https://edaa-org.github.io/pyEDAA.UCIS"><img height="80px" src="doc/_static/logo.svg"/></a>
</p>
<!--
[](https://GitHub.com/edaa-org/pyEDAA.UCIS/network/dependents)
[](https://requires.io/github/EDAA-ORG/pyEDAA.UCIS/requirements/?branch=main)
[](https://libraries.io/github/edaa-org/pyEDAA.UCIS/sourcerank)
-->
Unified Coverage Interoperability Standard (UCIS)
Main Goals
- Parse UCDB files and provide a UCDB data model.
- Export and convert data from UCDB to Cobertura format.
- Also support flavors not following the Unified Coverage Interoperability Standard (UCIS).
Use Cases
- Collect and merge code coverage with Active-HDL / Riviera-PRO and convert via UCDB format to Cobertura files, so code coverage can be published to e.g. GitLab, Codacy or CodeCov.
Usage
# Convert ACDB file into UCDB file (XML format)
acdb2xml -i aggregate.acdb -o ucdb.xml
# Convert UCDB file into Cobertura format
pyedaa-ucis export --ucdb ucdb.xml --cobertura cobertura.xml
References
- accellera.org/activities/working-groups/ucis
- accellera.org/downloads/standards/ucis
- fvutils/pyucis
- UCIS licensing [umarcor/umarcor#3]
Contributors
- Patrick Lehmann (Maintainer)
- Unai Martinez-Corral (Maintainer)
- Artur Porebski (Aldec Inc.)
- Michal Pacula (Aldec Inc.)
- and more...
License
This Python package (source code) licensed under Apache License 2.0.
The accompanying documentation is licensed under Creative Commons - Attribution 4.0 (CC-BY 4.0).
SPDX-License-Identifier: Apache-2.0
