Skip to content

terse report #196

Open
Open
@nedbat

Description

@nedbat

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


Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions