We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 296da4d commit 28c6bc4Copy full SHA for 28c6bc4
Directory.Build.props
@@ -16,7 +16,7 @@
16
<ExcludeByAttribute>ExcludeFromCodeCoverage</ExcludeByAttribute>
17
<ExcludeByFile>**/Program.cs,**/Components/TestComponents/*.*</ExcludeByFile>
18
<IncludeTestAssembly>true</IncludeTestAssembly>
19
- <CoverletOutput>$(MSBuildThisFileDirectory)/TestResults/</CoverletOutput>
20
- <MergeWith>$(MSBuildThisFileDirectory)/TestResults/coverage.json</MergeWith>
+ <CoverletOutput>$(MSBuildThisFileDirectory)TestResults/</CoverletOutput>
+ <MergeWith>$(MSBuildThisFileDirectory)TestResults/coverage.json</MergeWith>
21
</PropertyGroup>
22
</Project>
0 commit comments