Appearance
Repository Reports and Exports
Generate high-fidelity PDF, CSV, and JSON reports to track quality trends, identify structural hotspots, and satisfy audit requirements. Access reports via the Code quality (Embold) UI or automate generation through our REST API.
Report Types & Use Cases
| Report Type | Best For... | Key Insights Provided | API Reference |
|---|---|---|---|
| Full PDF Report | Stakeholder Updates | Overall Code quality Score, Hotspots, and Trends. | View API |
| Duplication Report | Maintainability | Identification of cloned code for refactoring. | View API |
| Anti-pattern Report | Architects | Structural design flaws (God Classes, Hubs). | View API |
| Compliance Report | Safety-Critical Dev | Status against MISRA C:2012 / C++:2008. | View API |
1. Generating Reports via UI
Follow these steps to generate a comprehensive report for an individual repository:
- Navigate to Repositories > [Your Repository].
- Choose your Snapshot (point-in-time analysis) from the timeline.
- Click the Download icon (tray icon) in the top-right corner.
- Select Download Repository Report.
- Select the specific modules required (e.g., Antipattern issues, Duplication reports, or Full Summary).
- Click Download to generate and save your report.
IMPORTANT
You can use the API as well. All API requests require a valid JWT Access Token in the header. Generate your token under User Settings > Access Tokens.
