-
-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
Using mstest in Visual Studio 2022 Community.
I frequently have to run the test run twice in order to see results in the output pane. There's no rhyme or reason that I can tell, and when the output pane shows no results, the code coverage output shows up in the output directory - all of the html files are good and the Cobertura report looks complete.
I'm including the .runsettings file, but I can't see how settings would have anything to do with it not working one time and working the next.
<?xml version="1.0" encoding="utf-8"?>
<RunSettings>
<RunConfiguration>
<ResultsDirectory>C:\Users\mbenn\source\repos\sqlitemin\UnitTests\bin\Debug\fine-code-coverage\coverage-tool-output</ResultsDirectory>
<TestAdaptersPaths>C:\Users\mbenn\AppData\Local\FineCodeCoverage\msCodeCoverage\17.13.0\build\netstandard2.0</TestAdaptersPaths>
<CollectSourceInformation>False</CollectSourceInformation>
<DisableAppDomain>True</DisableAppDomain>
</RunConfiguration>
<DataCollectionRunSettings>
<DataCollectors>
<DataCollector friendlyName="Code Coverage" enabled="True">
<Configuration>
<CodeCoverage>
<ModulePaths>
<Exclude>
<ModulePath>C:\\Users\\mbenn\\source\\repos\\sqlitemin\\UnitTests\\bin\\Debug\\UnitTests.dll</ModulePath>
</Exclude>
<Include>
<ModulePath>.*\\sqlitemin\.dll$</ModulePath>
</Include>
</ModulePaths>
<Functions>
<Exclude></Exclude>
<Include></Include>
</Functions>
<Attributes>
<Exclude></Exclude>
<Include></Include>
</Attributes>
<Sources>
<Exclude></Exclude>
<Include></Include>
</Sources>
<CompanyNames>
<Exclude></Exclude>
<Include></Include>
</CompanyNames>
<PublicKeyTokens>
<Exclude></Exclude>
<Include></Include>
</PublicKeyTokens>
<UseVerifiableInstrumentation>True</UseVerifiableInstrumentation>
<AllowLowIntegrityProcesses>True</AllowLowIntegrityProcesses>
<CollectFromChildProcesses>True</CollectFromChildProcesses>
<CollectAspDotNet>False</CollectAspDotNet>
</CodeCoverage>
<Format>Cobertura</Format>
<FCCGenerated />
</Configuration>
</DataCollector>
</DataCollectors>
</DataCollectionRunSettings>
</RunSettings>
alexcordovac
Metadata
Metadata
Assignees
Labels
No labels