Unified Coverage Interoperability Standard (UCIS)
- 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).
- 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.
# 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
- accellera.org/activities/working-groups/ucis
- accellera.org/downloads/standards/ucis
- fvutils/pyucis
- UCIS licensing [umarcor/umarcor#3]
- Patrick Lehmann (Maintainer)
- Unai Martinez-Corral (Maintainer)
- Artur Porebski (Aldec Inc.)
- Michal Pacula (Aldec Inc.)
- and more...
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