On Coverlet we have some users complain about the dynamic folder name generated for reports file.
I did some check on code and seem that guid is "mandatory" and not removable.
https://github.com/microsoft/vstest/blob/master/src/Microsoft.TestPlatform.Common/DataCollection/DataCollectionAttachmentManager.cs#L101-L125
Could be useful add a parameter, maybe in runsetting like <DeterministicOutputdirectory>true/false</DeterministicOutputdirectory> and in that case avoid to concat guid.ToString().
Dynamic folder makes CI more complex.
Issues refs coverlet-coverage/coverlet#500 coverlet-coverage/coverlet#767
cc: @DaleyKD
On Coverlet we have some users complain about the dynamic folder name generated for reports file.
I did some check on code and seem that guid is "mandatory" and not removable.
https://github.com/microsoft/vstest/blob/master/src/Microsoft.TestPlatform.Common/DataCollection/DataCollectionAttachmentManager.cs#L101-L125
Could be useful add a parameter, maybe in runsetting like
<DeterministicOutputdirectory>true/false</DeterministicOutputdirectory>and in that case avoid to concat guid.ToString().Dynamic folder makes CI more complex.
Issues refs coverlet-coverage/coverlet#500 coverlet-coverage/coverlet#767
cc: @DaleyKD