Open
Description
Originally reported by Anonymous
When looking at coverage reports I am almost always only interested in the columns "cover" (percentage) and "missing" (line numbers).
I would like to have an options for a terse report which only shows the two columns "cover" and "missing".
Or more generally: an option to customize the columns in the report.
something like this:
[report]
columns = Stmts, Miss, Branch, BrPart, Cover, Missing
a terse report can then be configured like this:
[report]
columns = Cover, Missing