diff options
| author | Bond-009 <bond.009@outlook.com> | 2024-01-01 15:54:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-01 15:54:01 +0100 |
| commit | 85137be0276215e4981a9f8ecc4a50c2c05c1c1d (patch) | |
| tree | 134aaa40bbea022aea2516c0c180a56e16f5b981 | |
| parent | 98177b8649066a47ee0ac898b293fb23313c7521 (diff) | |
| parent | 19fa91bfa36e4f1cb164c10fdc7b12d4240e4bc5 (diff) | |
Merge pull request #10788 from Bond-009/codecov
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..7d4837389 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> |
