Public dry run dryrun-22f391eb394a

This commit is contained in:
Michel Paulissen 2026-07-03 19:37:59 +02:00
parent 17e52b5a2f
commit 16cb76e6e2
3 changed files with 300 additions and 4 deletions

View file

@ -107,6 +107,7 @@ for (const [name, pattern] of [
["doctor unchecked reachability coverage", /fn doctor_reports_unchecked_coordinator_reachability_without_config\(\)/],
["doctor ping reachability coverage", /fn doctor_pings_configured_coordinator\(\)/],
["project local config coverage", /fn project_init_select_and_status_use_local_project_config\(\)/],
["project coordinator status coverage", /fn project_status_queries_public_coordinator_state\(\)/],
["build no full repo upload coverage", /fn build_command_reuses_bundle_inspection_without_full_repo_upload\(\)/],
["safe coordinator-required plans", /fn node_enroll_and_process_commands_have_safe_plan_without_coordinator\(\)/],
]) {