pycobertura icon indicating copy to clipboard operation
pycobertura copied to clipboard

Markdown & Ignore Files

Open brunomiguensolx opened this issue 8 years ago • 3 comments

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.

brunomiguensolx avatar Nov 30 '17 14:11 brunomiguensolx

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

aconrad avatar Feb 09 '22 23:02 aconrad

@brunomiguensolx @aconrad Started implementation of hide columns here: https://github.com/aconrad/pycobertura/pull/137

gro1m avatar Mar 13 '22 12:03 gro1m

@brunomiguensolx @aconrad Regex matching is worked on here: https://github.com/aconrad/pycobertura/pull/138

gro1m avatar Mar 13 '22 18:03 gro1m