Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bad column widths for newly added columns #388

Closed
manfred-brands opened this issue Sep 8, 2020 · 3 comments
Closed

Bad column widths for newly added columns #388

manfred-brands opened this issue Sep 8, 2020 · 3 comments
Labels

Comments

@manfred-brands
Copy link
Contributor

manfred-brands commented Sep 8, 2020

Describe the bug
The two new columns Covered and Total are empty and too wide.
Even when resizing it allocates too much space to these columns compared with the full class name column,

image

To Reproduce

dotnet test --collect:"Code Coverage" --results-directory=c:/temp/ReportGenerator ReportGenerator.Core.Test.csproj
~/.nuget/packages/microsoft.codecoverage/16.7.0/build/netstandard1.0/CodeCoverage/CodeCoverage analyze -output:/c/tem p/ReportGenerator/Coverage.xml /c/temp/ReportGenerator/*/*.coverage 
../ReportGenerator.Console.NetCore/bin/Debug/netcoreapp3.0/ReportGenerator.exe -reportType:Html -targetdir:/c/temp/Re
portGenerator -reports:/c/temp/ReportGenerator/Coverage.xml
2020-09-08T20:17:07: Arguments
2020-09-08T20:17:07:  -reportType:Html
2020-09-08T20:17:07:  -targetdir:C:/temp/ReportGenerator
2020-09-08T20:17:07:  -reports:C:/temp/ReportGenerator/Coverage.xml
2020-09-08T20:17:08: File 'C:\Dev\xunit\xunit\src\xunit.assert\Asserts\Assert.cs' does not exist (any more).
...
@danielpalme danielpalme added the bug label Sep 8, 2020
@danielpalme
Copy link
Owner

Will fix this in the evening.

@danielpalme
Copy link
Owner

Release 4.6.7 includes the fix.

@manfred-brands
Copy link
Contributor Author

Release 4.6.7 includes the fix.

Works perfect. Thanks,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants