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.65k stars 283 forks source link

Possible to have percentage and code coverage metrics in addition to the code coverage tabl in devops? #683

Closed xantari closed 3 months ago

xantari commented 3 months ago

I've read the following: https://github.com/danielpalme/ReportGenerator/wiki/Integration#attention

The only way I can get the report generator code coverage report to show is by unmarking the "Publish test results and code coverage" option on the .NET Core test step:

image

Then my report generator setup is as follows:

image

image

When it is setup this way you get the report generator code coverage report, but then the summary area doesn't get populated:

image

Is there a way to have that summary area populate in addition to the Code Coverage tab?

danielpalme commented 3 months ago

I'm not aware of a way to achieve this.