-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Re-enable xunit.console code coverage #35894
Re-enable xunit.console code coverage #35894
Conversation
Re-enable xunit console code coverage measurement until coverlet-coverage/coverlet#834 is fixed.
Tagging subscribers to this area: @ViktorHofer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
Hello @ViktorHofer! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
@@ -5,7 +5,7 @@ | |||
<!-- For tests we want to continue running if a test run failed. --> | |||
<TestContinueOnError>ErrorAndContinue</TestContinueOnError> | |||
<TraversalGlobalProperties>BuildAllProjects=true</TraversalGlobalProperties> | |||
<CoverageReportInputPath>$(ArtifactsBinDir)*.Tests\TestResults\*\coverage.opencover.xml</CoverageReportInputPath> | |||
<CoverageReportInputPath>$(ArtifactsBinDir)\*.Tests\**\coverage.opencover.xml</CoverageReportInputPath> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you figure out why ArtifactsBinDir doesn’t contain a trailing \
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No idea
Re-enable xunit console code coverage measurement until
coverlet-coverage/coverlet#834 is fixed.
cc @stephentoub