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.
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:
Then my report generator setup is as follows:
When it is setup this way you get the report generator code coverage report, but then the summary area doesn't get populated:
Is there a way to have that summary area populate in addition to the Code Coverage tab?
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:
Then my report generator setup is as follows:
When it is setup this way you get the report generator code coverage report, but then the summary area doesn't get populated:
Is there a way to have that summary area populate in addition to the Code Coverage tab?