Free coverage watch after a Coverage Sprint
Coverage is a snapshot. It drifts the moment you start shipping again. So after we take a repo to 80%, you can now turn on a free coverage watch with one click.
Here is what it does. On every pull request after that, we measure coverage on just the new and changed lines, in the same sandbox we used for your Sprint. If new code goes out under-tested, we catch it. Once a week you get a short digest of the PRs where coverage on the new code slipped, so you see the gap reopening before it adds up.
It only looks at the lines a PR actually changed, and it ignores type-only files and build output so the number reflects real, runnable code rather than noise. Nothing of ours runs inside your pipeline; the check happens on our side and we just report back.
The watch is free and opt-in. You will see the toggle on your order once it is delivered. If it turns out your repo barely drifts, great, you do not need anything more. If it drifts a lot, that is exactly the kind of ongoing work Autopilot handles, and the digest will say so.