feat: surface evidence status in github step summary

This commit is contained in:
L'électron rare
2026-03-13 13:31:55 +01:00
parent 0434d79c3e
commit c7e416d5cc
7 changed files with 167 additions and 4 deletions
+2
View File
@@ -47,6 +47,7 @@ stable:
test/test_mcp_runtime_status.py
test/test_openclaw_sanitizer.py
test/test_apply_safe_patch.py
test/test_auto_check_ci_cd.py
test/test_firmware_evidence.py
test/test_validate_specs.py
tools/hw/schops/tests/test_*.py
@@ -136,6 +137,7 @@ if [[ "${SUITE}" == "stable" || "${SUITE}" == "all" ]]; then
run_discover test 'test_mcp_runtime_status.py'
run_discover test 'test_openclaw_sanitizer.py'
run_discover test 'test_apply_safe_patch.py'
run_discover test 'test_auto_check_ci_cd.py'
run_discover test 'test_firmware_evidence.py'
run_discover test 'test_validate_specs.py'
run_discover tools/hw/schops/tests 'test_*.py'