I'm currently running rcov in a Rails Project (ruby 1.8.7). I let Jenkins take care of the overview of the code coverage.
Unfortunately only files that have a code coverage greater than 0.0% are shown.
This leads to a wrong total coverage.
Is there a way to include all files that have not been touched in the test run?