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

Branch coverage

grodowski opened this issue · comments

Hello,

@drdrsh created this MR : fortissimo1997/simplecov-lcov#24 which adds the support of branch coverage for simplecov-lcov.

Is this issue closed because this feature was missing?

Thanks for bringing this up @GCorbel! Adding branch coverage to undercover would be 💯. I closed this one as unrealistic given my limited time budget, but the added support in simplecov makes it much more feasible today.

@GCorbel I released branch coverage with output formatting in 0.4.0 - next step will be adding it to pronto-undercover and UndercoverCI.

@magneland thanks for you contribution 🙌