Skip to content

Commit 296da4d

Browse files
committed
feat(button): routing for ci
1 parent bde762b commit 296da4d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Directory.Build.props

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
<!-- coverlet.msbuild, specifically msbuild props -->
77
<CollectCoverage>true</CollectCoverage>
88
<CoverletOutputFormat>cobertura</CoverletOutputFormat>
9-
<Threshold>8</Threshold>
9+
<Threshold>50</Threshold>
1010
<ThresholdType>line</ThresholdType>
1111
<ThresholdStat>total</ThresholdStat>
12-
<ThresholdBranch>7</ThresholdBranch>
13-
<ThresholdMethod>9</ThresholdMethod>
12+
<ThresholdBranch>50</ThresholdBranch>
13+
<ThresholdMethod>50</ThresholdMethod>
1414
<!-- Additional properties carried over from runsettings -->
1515
<Include>[TELBlazor.Components]*</Include>
1616
<ExcludeByAttribute>ExcludeFromCodeCoverage</ExcludeByAttribute>
1717
<ExcludeByFile>**/Program.cs,**/Components/TestComponents/*.*</ExcludeByFile>
1818
<IncludeTestAssembly>true</IncludeTestAssembly>
19-
<CoverletOutput>$(SolutionDir)TestResults\</CoverletOutput>
20-
<MergeWith>$(SolutionDir)TestResults\coverage.json</MergeWith>
19+
<CoverletOutput>$(MSBuildThisFileDirectory)/TestResults/</CoverletOutput>
20+
<MergeWith>$(MSBuildThisFileDirectory)/TestResults/coverage.json</MergeWith>
2121
</PropertyGroup>
2222
</Project>

0 commit comments

Comments
 (0)