File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/coverlet.msbuild.tasks Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66 <Exclude Condition =" $(Exclude) == ''" ></Exclude >
77 <ExcludeByFile Condition =" $(ExcludeByFile) == ''" ></ExcludeByFile >
88 <ExcludeByAttribute Condition =" $(ExcludeByAttribute) == ''" ></ExcludeByAttribute >
9- <CoverletSingleHit Condition =" '$(CoverletSingleHit )' == ''" >false</CoverletSingleHit >
9+ <SingleHit Condition =" '$(SingleHit )' == ''" >false</SingleHit >
1010 <MergeWith Condition =" $(MergeWith) == ''" ></MergeWith >
1111 <UseSourceLink Condition =" $(UseSourceLink) == ''" >false</UseSourceLink >
1212 <CoverletOutputFormat Condition =" $(CoverletOutputFormat) == ''" >json</CoverletOutputFormat >
Original file line number Diff line number Diff line change 1212 Exclude =" $(Exclude)"
1313 ExcludeByFile =" $(ExcludeByFile)"
1414 ExcludeByAttribute =" $(ExcludeByAttribute)"
15- SingleHit =" $(CoverletSingleHit )"
15+ SingleHit =" $(SingleHit )"
1616 MergeWith =" $(MergeWith)"
1717 UseSourceLink =" $(UseSourceLink)" />
1818 </Target >
2626 Exclude =" $(Exclude)"
2727 ExcludeByFile =" $(ExcludeByFile)"
2828 ExcludeByAttribute =" $(ExcludeByAttribute)"
29- SingleHit =" $(CoverletSingleHit )"
29+ SingleHit =" $(SingleHit )"
3030 MergeWith =" $(MergeWith)"
3131 UseSourceLink =" $(UseSourceLink)" />
3232 </Target >
You can’t perform that action at this time.
0 commit comments