arthur742ramos/IsabelleBlueprint

Validate Isabelle/HOL blueprint projects and publish report metrics.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
project_dirDirectory containing the blueprint project..
python-versionPython version used to run IsabelleBlueprint.3.12
isabelle-blueprint-versionOptional PyPI version to install instead of the action checkout.""
run-checkRun `isabelle-blueprint check`.true
run-lintRun `isabelle-blueprint lint --strict`.false
run-gateRun the canonical `isabelle-blueprint gate` CI quality gate.false
run-graphRun `isabelle-blueprint graph`.true
run-webRun `isabelle-blueprint web`.false
run-tasksRun `isabelle-blueprint tasks`.true
run-reportRun `isabelle-blueprint report` and expose metrics as action outputs.true
run-commentRun `isabelle-blueprint comment`.false
namedescription
coverage_percentPercent of formal targets proved (proved / formal targets).
node_countNumber of blueprint nodes.
formal_target_countNumber of formal targets tracked by the report.
proved_countNumber of targets verified as proved.
found_countNumber of targets found in Isabelle.
problem_countNumber of report problems.
has_cyclesWhether the blueprint dependency graph has cycles.