File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 17
17
<_BranchName Condition =" '$(_BranchName)' == ''" >$(BUILD_SOURCEBRANCHNAME)</_BranchName >
18
18
</PropertyGroup >
19
19
20
- <Message Importance =" high" Text =" " $(_ReportGeneratorPath)" -reports:$(BaseOutputPath)$(PlatformConfig)\coverage\*.coverage -targetdir:$(BaseOutputPath)$(PlatformConfig)\coverage -reporttypes:Cobertura" />
21
- <Exec Command =" " $(_ReportGeneratorPath)" -reports:$(BaseOutputPath)$(PlatformConfig)\coverage\*.coverage -targetdir:$(BaseOutputPath)$(PlatformConfig)\coverage -reporttypes:Cobertura" />
20
+ <Message Importance =" high" Text =" " $(_ReportGeneratorPath)" -reports:$(BaseOutputPath)$(PlatformConfig)\coverage\*.coverage -targetdir:$(BaseOutputPath)$(PlatformConfig)\coverage -filefilters:+https*;+*.fs - reporttypes:Cobertura" />
21
+ <Exec Command =" " $(_ReportGeneratorPath)" -reports:$(BaseOutputPath)$(PlatformConfig)\coverage\*.coverage -targetdir:$(BaseOutputPath)$(PlatformConfig)\coverage -filefilters:+https* - reporttypes:Cobertura" />
22
22
23
23
<ItemGroup >
24
24
<_CodecovArgs Include =" -f;$(BaseOutputPath)$(PlatformConfig)\coverage\Cobertura.xml" />
You can’t perform that action at this time.
0 commit comments