corvidlabs/Atlas report
Render a repo's spec coverage as badges and standalone SVG components, and expose the numbers as outputs.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 7, 2026
- License
- MIT
Pinned Snippet
uses: corvidlabs/fledge-plugin-atlas@bfae900492615c6263c5ef431d1326eabb8b0406 # v1.3.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Project root to analyze. | no | . |
| output-dir | Directory to write atlas.json, the shields endpoint badges, the SVG components, and the coverage history into. | no | atlas |
| components | Space-separated SVG components to render. Any of: coverage, langmix, treemap, sunburst, calendar (calendar needs full git history, so fetch-depth: 0). | no | coverage langmix treemap sunburst |
| version | git ref (tag, branch, or SHA) of fledge-plugin-atlas to install the CLI from. Defaults to the ref this action was called at, so `uses: ...@v1` pins the CLI to v1 too; falls back to main. | no | "" |
| augur-version | augur release tag whose public prebuilt Linux binary the action installs to light the live augur trust chip. No token needed: augur ships public release binaries. | no | v0.4.1 |
Outputs
| name | description |
|---|---|
| coverage | Spec coverage as a whole-number percentage. |
| orphans | Number of source files governed by no spec. |
| phantoms | Number of spec-declared paths that do not exist on disk. |
| specs | Number of specs found. |