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

Report on files from changeset not present in the lcov

grodowski opened this issue · comments

undercover should create warnings on entire files that weren't required by specs and hence don't show up in the lcov output.

This can be done by changing logic starting from Undercover::Report#load_and_parse_file