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.
I would like to propose a new report type, that makes a short Markdown table with just the global and analysed assemblies' coverages. It would be good for commenting in a pull request.
Level above or equal 80% makes green label, else, red. Something like this:
Hello,
First, thanks for this tool.
I would like to propose a new report type, that makes a short Markdown table with just the global and analysed assemblies' coverages. It would be good for commenting in a pull request.
Level above or equal 80% makes green label, else, red. Something like this:
Unit tests code coverage