Markdown & Ignore Files
First of all congrats on the great work 👌🏻
I've some suggestions that may be good for you.
So the first suggestion is to include a possibility to add files and regex patterns to ignore, those files
Generate a similar output as the plain text but in a Markdown format. Good suggestion for comments on Pull Requests.
And have the possibility to hide some headers, like the "Missing" column.
Note: we currently support Markdown output in the latest master (which will be released with 3.0).
The other features I see here are:
- regex matching to control the files shown in the report output
- show/hide columns
@brunomiguensolx @aconrad Started implementation of hide columns here: https://github.com/aconrad/pycobertura/pull/137
@brunomiguensolx @aconrad Regex matching is worked on here: https://github.com/aconrad/pycobertura/pull/138