Our rail application uses an engine and relies on customer designs. The engine itself is not executable as a standalone program. Using simple_cov is great for customer projects. However, running all the tests (client and engine) causes the rake to be interrupted after all of them have been completed and a coverage report has been written for the client project. Mostly everything works, but writing a coverage report for the engine.
The engine is stored in an external folder next to the client project. Test suite used - rspec
So, is there a way to include the engine in the SimpleCov configuration?
SDD64 source share