Derrick Stolee <stolee@xxxxxxxxx> writes: > Here is today's test coverage report. > > Also, there has been some feedback that it can be hard to manually > match up uncovered lines with names at the bottom of the summary. The > suggestion was to auto-generate an HTML report that could be posted to > a public page and referenced in this mail for those who prefer > that. I wanted to "grep" for lines attributed to certain commits that appear in the list, by filtering lines that begin with enough number of hexdigits, except for those object names, but the attempt failed miserably because of the line wrapping (which probably comes from the assumption that it is OK because the "text/plain; format=flowed" would not care). If you can keep the long lines (due to the object names and line numbers prefixed to each line) unsplit, it would be more useful to locate and isolate lines.