I'm trying to use simplecov to monitor my test coverage however after having to roll back some changes to my project and reinstall simplecov it seems to have broken.
It no longer tracks the models and controller ect, but instead covers the spec files, as can be seen here:
How can I get it back to how it should be where it's tracking the actual rails files in separate tabs?
Any help would be great!