boinger/confvis

Generate confidence badges and dashboards from aggregated code metrics

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jun 16, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: boinger/confvis@7e31ce0843b33b9a39fc5adbef48eab63c7eeff5 # v1.4.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
configPath to confidence report (JSON/YAML)yes
outputOutput path for badge/report (required except for gate command)no
commandCommand to run: gauge, gate, generate, or aggregategauge
formatOutput format: svg, json, text, markdown, github-commentsvg
badge-typeBadge type: gauge, flat, or sparklinegauge
styleColor style: github, minimal, corporate, high-contrastgithub
darkUse dark mode colorsfalse
fail-underFail if score is below this threshold0
compare-baselineCompare against stored baselinefalse
fail-on-regressionFail if score decreased from baselinefalse
save-baselineSave current score as baseline after generationfalse
create-checkCreate GitHub Check Run with resultsfalse
check-nameName for the GitHub Check RunConfidence Score
post-commentPost confidence report as PR commentfalse
comment-modeComment mode: create, update, or replaceupdate
history-autoAuto-manage sparkline history (for sparkline badge-type)false
factor-thresholdPer-factor thresholds, comma-separated Name:threshold (gate command)""
compareExplicit baseline file path for comparison (gate command)""
baseline-refGit ref for baseline (gate command)""
baseline-fileFile path for baseline (gate command)""
input-formatInput format: auto, json, or yaml (gate command)auto
quietSuppress non-error output (gate command)false
versionconfvis version to use (default: latest)latest
namedescription
scoreThe confidence score (0-100)
passedWhether the score met the threshold (true/false)
deltaScore change from baseline (if compare-baseline enabled)
gate_resultGate result: pass or fail (gate command only)
gate_scoreGate score (gate command only)