File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments