grodowski / undercover

undercover warns about methods, classes and blocks that were changed without tests, to help you easily find untested code and reduce the number of bugs. It does so by analysing data from git diffs, code structure and SimpleCov coverage reports
https://undercover-ci.com
MIT License
724 stars 28 forks source link

[UX] Markdown supporting for concisely report #215

Open bibochip02 opened 1 month ago

bibochip02 commented 1 month ago

Thank you for great undercover feature. Otherwise I wonder could we support a summary report with Markdown format supporting?

Reasons:

  1. With line-by-line comment style in reviewdog, It will make the pull request unreadable.
  2. reviewdog is good, but It will make confuse when we have many commits be pushed.
  3. Markdown with a last report is easier to follow and review/fix review code.