tonybaloney / wily

A Python application for tracking, reporting on timing and complexity in Python code
Apache License 2.0
1.2k stars 58 forks source link

Allow report to only display revisions that have changes #187

Closed devdanzin closed 1 year ago

devdanzin commented 1 year ago

Reports can have many lines with zero changes or "not found", adding a lot of noise.

Describe the solution you'd like I'd like to be able to generate reports that omit those, in a similar way to the graph command.

I have working code for this, will submit a PR so we can discuss implementation (while desirability is still undecided).