danielpalme / ReportGenerator

ReportGenerator converts coverage reports generated by coverlet, OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov or lcov into human readable reports in various formats.
https://reportgenerator.io
Apache License 2.0
2.62k stars 283 forks source link

Feature Request: Title Parameter for other output file types #575

Closed LordSaitamaa closed 1 year ago

LordSaitamaa commented 1 year ago

Hey,

first of all thanks for the great work with this report generator.

But may it possible to add the title functionality for other files like Markdown ?

Currently only Html and Latex supports the use of the title parameter (which is not described in the readme). It would be pretty awesome to use custom titles for any other file types :)

danielpalme commented 1 year ago

Thanks for the suggestion.

I made the necessary chnages to display the title on Markdown and text reports.

Next release will contain the changes.

danielpalme commented 1 year ago

Release 5.1.13 has been published.