Files
HAL9000 c1c6eea90c
CI / push-validation (pull_request) Successful in 37s
CI / build (pull_request) Successful in 54s
CI / helm (pull_request) Successful in 57s
CI / lint (pull_request) Successful in 1m17s
CI / typecheck (pull_request) Successful in 1m22s
CI / quality (pull_request) Successful in 1m26s
CI / security (pull_request) Successful in 1m31s
CI / unit_tests (pull_request) Successful in 7m0s
CI / docker (pull_request) Successful in 1m55s
CI / integration_tests (pull_request) Successful in 10m39s
CI / coverage (pull_request) Successful in 13m11s
CI / status-check (pull_request) Successful in 3s
fix(cli,tests): catch typer.Exit in actor commands and fix test step init
- actor.py, actor_run.py: extend except to catch typer.Exit alongside
  click.exceptions.Exit so unknown actor name exits are not swallowed by
  the generic Exception handler, causing wrong exit codes in integration tests
- db_repositories_cov_r3_steps.py: initialize context.drcov3_error = None
  before the try block so the @then assertion does not raise AttributeError
  on the successful-prune path
- plan_correct_revert_append_modes_steps.py: fix import path from
  src.cleveragents to cleveragents (package installs without the src. prefix)
2026-06-14 06:43:09 -04:00
..