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

Fixed issue with ReportGenerator.Core when using .NET Core 3.1 #696

Closed
wants to merge 3 commits into from

Conversation

danielpalme
Copy link

Fixed issue with ReportGenerator.Core when using .NET Core 3.1 (see #694)

@MarcoRossignoli MarcoRossignoli added the test bug Problem in test source code (most likely) label Jan 20, 2020
@@ -111,7 +111,7 @@ public void SelectionStatements_If()
CoverageResult result = TestInstrumentationHelper.GetCoverageResult(path);

// Generate html report to check
// TestInstrumentationHelper.GenerateHtmlReport(result);
TestInstrumentationHelper.GenerateHtmlReport(result);

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you revert changes to this file?I'll merge package upgrade, it's ok commented, it's so as "documentation" for debugging! Thanks a lot for the fix the integration of your tool is invaluable help for me during coverage bug debugging!

@danielpalme
Copy link
Author

Sure. Will revert the change tomorrow.

@MarcoRossignoli
Copy link
Collaborator

Failure unrelated, flaky test I'll fix it.

@MarcoRossignoli
Copy link
Collaborator

MarcoRossignoli commented Jan 22, 2020

Updated and tested here #698 I'll close this!Thank's a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test bug Problem in test source code (most likely)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants