Describe the bug
On the summary page, the name column is unreadable due to its width being as narrow as possible.
To Reproduce
- Create a TUnit coverage report using
dotnet run --configuration Release --coverage --coverage-output-format cobertura
- Convert the report:
reportgenerator "-reports:**.xml" -targetdir:coveragereport
Output:
2026-07-27T16:24:53: Arguments
2026-07-27T16:24:53: -reports:**.xml
2026-07-27T16:24:53: -targetdir:coveragereport
2026-07-27T16:24:54: File '/home/fubar-coder/RiderProjects/AmigaMultiViewServer/artifacts/obj/Amiga.FileSystem.Abstractions/release/System.Text.RegularExpressions.Generator/System.Text.RegularExpressions.Generator.RegexGenerator/RegexGenerator.g.cs' does not exist (any more).
2026-07-27T16:24:54: File '/home/fubar-coder/RiderProjects/AmigaMultiViewServer/artifacts/obj/Amiga.FileSystem.Abstractions/release/System.Text.RegularExpressions.Generator/System.Text.RegularExpressions.Generator.RegexGenerator/RegexGenerator.g.cs' does not exist (any more).
2026-07-27T16:24:54: Writing report file 'coveragereport/index.html'
2026-07-27T16:24:54: Report generation took 0,2 seconds
Image showing the problem:
This is the coverage report:
d3cce7d6-6102-4202-b1b6-e3e767ab41a4.cobertura.xml
EDIT: Default configuration, no changes, no .netconfig, just the PRO license.
EDIT2: Added image
Describe the bug
On the summary page, the name column is unreadable due to its width being as narrow as possible.
To Reproduce
dotnet run --configuration Release --coverage --coverage-output-format coberturareportgenerator "-reports:**.xml" -targetdir:coveragereportOutput:
Image showing the problem:
This is the coverage report:
d3cce7d6-6102-4202-b1b6-e3e767ab41a4.cobertura.xml
EDIT: Default configuration, no changes, no .netconfig, just the PRO license.
EDIT2: Added image