Open
Description
This is along the same lines as the minimum_coverage feature that @infertux added.
What I would like is a way to specify the exact expected coverage for the system. If coverage decreases it should fail the build, but if coverage increases it should also fail. When the system coverage changes I want to be notified so I can either add specs (when it drops) or adjust the threshold upwards (when it goes up).
I've used this approach with other metrics (exact matches to a threshold) and it results in small incremental improvements over time, provided you don't let things get worse.