Example report¶
What this is¶
Every time this documentation site is published, CI runs CodeClone against this repository's own source and stages the result here. It is a real report, not a mockup: the same HTML, JSON, and SARIF output you get from running CodeClone on your own project.
View the live report¶
- Interactive HTML report —
the same report a local
codeclone .run produces, including the Module Map, Findings, and Health Score panels. - Raw JSON report — the canonical machine-readable payload consumed by the MCP server and other tooling.
- SARIF findings — the same findings rendered as SARIF for Code Scanning / editor integrations.
- Build manifest — the CodeClone version and commit this specific report was generated from.
What's inside¶
The report is generated on every docs build with:
This runs codeclone . --html --json --sarif against the repository, with
--no-fail-on-new and --no-fail-on-new-metrics set — the example is a
preview of report output, not a CI gate. It does not reflect this repository's
actual pre-commit/CI policy, which is stricter.
| File | Contents |
|---|---|
index.html |
Full interactive HTML report (Module Map, Findings, Metrics) |
report.json |
Canonical JSON report |
report.sarif |
SARIF-formatted findings |
manifest.json |
CodeClone version, commit SHA, and generation timestamp |
Use this page to see what a real report looks like before installing CodeClone on your own repository.