We are using simplecov as our code coverage tool and it's great. One thing that would make it even better would be an output saying which file changes caused the drop in the coverage.
One possible way would be to store .resultset.json files and compare them with the newest results. Any other ideas? Has anyone done something similar?