diff options
| author | Bond_009 <bond.009@outlook.com> | 2023-12-31 15:05:19 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2023-12-31 15:05:19 +0100 |
| commit | 909d31c8378e664d3575ffab795eb48967781dc2 (patch) | |
| tree | 65e69c7d35ebf43e787343b2560cb75146373186 | |
| parent | 98177b8649066a47ee0ac898b293fb23313c7521 (diff) | |
Fix broken code coverage
| -rw-r--r-- | tests/coverletArgs.runsettings | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/coverletArgs.runsettings b/tests/coverletArgs.runsettings index 3113957e0..8e9789448 100644 --- a/tests/coverletArgs.runsettings +++ b/tests/coverletArgs.runsettings @@ -4,14 +4,15 @@ <DataCollectors> <DataCollector friendlyName="XPlat code coverage"> <Configuration> - <Format>cobertura</Format> + <Format>cobertura</Format> <Exclude>[coverlet.*.tests?]*,[*]Coverlet.Core*,[*]Moq*</Exclude> <!-- [Assembly-Filter]Type-Filter --> <ExcludeByAttribute>Obsolete,GeneratedCodeAttribute,CompilerGeneratedAttribute</ExcludeByAttribute> <SingleHit>false</SingleHit> - <UseSourceLink>true</UseSourceLink> + <UseSourceLink>false</UseSourceLink> <IncludeTestAssembly>false</IncludeTestAssembly> + <!--<SkipAutoProps>true</SkipAutoProps>--> </Configuration> </DataCollector> </DataCollectors> </DataCollectionRunSettings> -</RunSettings>
\ No newline at end of file +</RunSettings> |
