grodowski / undercover

undercover warns about methods, classes and blocks that were changed without tests, to help you easily find untested code and reduce the number of bugs. It does so by analysing data from git diffs, code structure and SimpleCov coverage reports

Home Page:https://undercover-ci.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

undercover with out LCOV

vaidhyanathan-ananthakrishnan opened this issue · comments

I wanted to have both simplecov reports and also undercover missed test cases.

But right now undercover rely on LCOV report of RSpec, without that it is failing.

(We wont be having any coverage report)Since our Rspec run time is high, we cannot run more than one time. Do we have a solution for this?