Markdown Output

Added in version NEXT.

The gcovr command can generate Markdown output using the --markdown option:

gcovr --markdown coverage.md

If you just need a summary of the coverage information, you can use --markdown-summary instead (see Markdown Summary Output).

Markdown Summary Output

The --markdown-summary option outputs coverage summary, without file information.

The --markdown-theme option controls the color theme of the markdown report.