mirror of
https://github.com/tiennm99/goclaw.git
synced 2026-07-12 19:04:49 +00:00
e3993ee50e
The preserve-loop that backfills threshold entries for packages not present in the current coverage profile was gated on `!*update`, which meant `go run scripts/check_coverage.go --update` with a narrow coverprofile silently wiped floors for every package not measured. Discovered while ratcheting wave C with a package-scoped profile. Move the preserve-loop out of the gate so it runs in both check and update modes. Narrow profiles now touch only observed packages and leave the rest untouched.