I am trying to configure a rails project to jenkins. there are some test code. I am covering the test code using rcov. But when i build the project on jenkins , the following error was found.
Publishing rcov report...
rcov report index file wasn't found
In post build action i made the necessary steps. default directory for "Rcov report directory" is coverage/rcov
any solution ?