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.
It should be great if we are able to reduce the full path to a relative one, instead of see /home/runner/work/MyProject.Core/Module/MyClass.cs see /Module/MyClass.cs if we specify the root path.
Description
It should be great if we are able to reduce the full path to a relative one, instead of see
/home/runner/work/MyProject.Core/Module/MyClass.cs
see/Module/MyClass.cs
if we specify the root path.