susshi 0.18.2

Terminal SSH manager with YAML inventories, multi-hop jump hosts, Wallix bastion, tunnels, SCP, and Catppuccin TUI
coverage:
  precision: 2
  round: down
  range: "70...85"
  status:
    project:
      default:
        target: 80%
        threshold: 2%
    patch:
      default:
        target: 70%
        threshold: 5%

comment: false

ignore:
  # UI rendering requires a live terminal — not unit-testable
  - "src/ui/**"
  # Binary entry point — integration-tested via smoke tests
  - "src/main.rs"
  # Localization string table only
  - "src/i18n.rs"