CI/CD Integration
PyUCIS integrates cleanly into continuous integration pipelines. The typical pattern is:
Run tests — each test produces a coverage file
Merge coverage files into a single database
Export to the format your CI tool expects
Optionally gate the build on a coverage threshold
For the available export formats see Exporting to CI/CD Formats.