• v0.4.7 623b0cb595

    v0.4.7 Stable

    gitea_admin released this 2026-07-01 14:36:09 +00:00 | 34 commits to main since this release

    Added

    • reconcile: unit coverage for Cadences.withDefaults — the previously-unexercised
      defaulting branches. TestCadencesWithDefaults asserts each zero-value field
      resolves to its documented default (Ready 5m, Transient 30s) and that the
      subtle Progressing → Transient fallback resolves to the already-defaulted
      Transient: a zero Progressing tracks the resolved Transient (explicit 45s
      when set, else the 30s default) rather than a stale zero, while explicit values
      are preserved intact. Every other harness test sets all three cadences explicitly,
      so these branches had no coverage.
    Downloads