We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aab53e4 commit 62e260fCopy full SHA for 62e260f
SharedProject/Impl/TestContainerDiscovery/TestContainerDiscoverer.cs
@@ -141,6 +141,13 @@ private async Task TestExecutionFinishedAsync(IOperation operation)
141
{
142
await TestExecutionFinishedCollectionAsync(operation, testOperation);
143
}
144
+ else
145
+ {
146
+ if (msCodeCoverageCollectionStatus == MsCodeCoverageCollectionStatus.Collecting)
147
148
+ await msCodeCoverageRunSettingsService.TestExecutionNotFinishedAsync(testOperation);
149
+ }
150
151
152
153
private (bool should, ITestOperation testOperation) ShouldConditionallyCollectWhenTestExecutionFinished(IOperation operation)
0 commit comments