Skip to content

Commit aaa4d8a

Browse files
chore(deps): Bump coverlet.collector from 6.0.4 to 10.0.1 (#438)
Updated [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 6.0.4 to 10.0.1. <details> <summary>Release notes</summary> _Sourced from [coverlet.collector's releases](https://github.com/coverlet-coverage/coverlet/releases)._ ## 10.0.1 ### Improvements - Coverlet with MTP 2 doesn't show test coverage statistic in console [#​1907](coverlet-coverage/coverlet#1907) - Avoid unnecessary testhost restarts [#​1912](coverlet-coverage/coverlet#1912) by <https://github.com/mawosoft> ### Fixed - Fix inconsistent paths in cobertura reports [#​1723](coverlet-coverage/coverlet#1723) - Fix when using "is" with "and" in pattern matching, branch coverage is lower than normal [#​1313](coverlet-coverage/coverlet#1313) - Fix Coverlet flagging a branch for an async functions finally block where none exists [#​1337](coverlet-coverage/coverlet#1337) - Fix Coverlet Tracker Missing CompilerGeneratedAttribute [#​1828](coverlet-coverage/coverlet#1828) ### Maintenance - Add architecture docs and diagrams for all integrations [#​1927](coverlet-coverage/coverlet#1927) - Update NuGet packages and .NET SDK versions [#​1933](coverlet-coverage/coverlet#1933) [Diff between 10.0.0 and 10.0.1](coverlet-coverage/coverlet@v10.0.0...v10.0.1) ## 10.0.0 ## Improvements - Unique Report Filenames (coverlet.MTP and AzDO) [#​1866](coverlet-coverage/coverlet#1866) - Add `--coverlet-file-prefix` option for unique report files [#​1869](coverlet-coverage/coverlet#1869) - Introduce .NET 10 support [#​1823](coverlet-coverage/coverlet#1823) ## Fixed - Fix [BUG] Wrong branch rate on IAsyncEnumerable for generic type [#​1836](coverlet-coverage/coverlet#1836) - Fix [BUG] Missing Coverage after moving to MTP [#​1843](coverlet-coverage/coverlet#1843) - Fix [BUG] No coverage reported when targeting .NET Framework with 8.0.1 [#​1842](coverlet-coverage/coverlet#1842) - Fix [BUG] Behavior changes between MTP and Legacy (msbuild) [#​1878](coverlet-coverage/coverlet#1878) - Fix [BUG] Coverlet.MTP - Unable to load coverlet.mtp.appsettings.json [#​1880](coverlet-coverage/coverlet#1880) - Fix [BUG] Coverlet.Collector produces empty report when Mediator.SourceGenerator is referenced [#​1718](coverlet-coverage/coverlet#1718) by <https://github.com/yusyd> - Fix [BUG] Crash during instrumentation (Methods using LibraryImport/DllImport have no body) [#​1762](coverlet-coverage/coverlet#1762) ## Maintenance - Add comprehensive async method tests and documentation for issue [#​1864](coverlet-coverage/coverlet#1864) - Replace Tmds.ExecFunction Package in coverlet.core.coverage.tests [#​1833](coverlet-coverage/coverlet#1833) - Add net9.0 and net10.0 targets [#​1822](coverlet-coverage/coverlet#1822) [Diff between 8.0.1 and 10.0.0](coverlet-coverage/coverlet@v8.0.1...v10.0.0) ## 8.0.1 ### Fixed - Fix [BUG] TypeInitializationException when targeting .NET Framework [#​1818](coverlet-coverage/coverlet#1818) - Fix [BUG] coverlet.MTP build fails with CS0400 due to developmentDependency=true [#​1827](coverlet-coverage/coverlet#1827) ### Improvements - Additional improvements needed for .NET Framework instrumentation type import [#​1825](coverlet-coverage/coverlet#1825) [Diff between 8.0.0 and 8.0.1](coverlet-coverage/coverlet@v8.0.0...v8.0.1) ## 8.0.0 **Special Thanks:** A huge thank you to [@​Bertk](https://github.com/Bertk) for driving the majority of the work in this release! 🎉 ### Fixed - Fix System.CommandLine 2.0 release is available [#​1776](coverlet-coverage/coverlet#1776) - Fix Excluding From Coverage bad defaults from given example [#​1764](coverlet-coverage/coverlet#1764) - Fix branchpoint exclusion for sdk 8.0.407 [#​1741](coverlet-coverage/coverlet#1741) - Fix missing copyright information in NuGet [#​1794](coverlet-coverage/coverlet#1794) - Fix bad default values in documentation [#​1764](coverlet-coverage/coverlet#1764) by <https://github.com/cboudereau> ### Improvements - Coverlet MTP extension feature [#​1788](coverlet-coverage/coverlet#1788) - Generate SBOM for nuget packages [#​1752](coverlet-coverage/coverlet#1752) - Use multi targets projects for coverlet.collector, coverlet.msbuild.tasks packages [#​1742](coverlet-coverage/coverlet#1742) - Use .NET 8.0 target framework for coverlet.core and remove Newtonsoft.Json [#​1733](coverlet-coverage/coverlet#1733) - Use latest System.CommandLine version [#​1660](coverlet-coverage/coverlet#1660) - Upgraded minimum required .NET SDK and runtime to .NET 8.0 LTS (Long Term Support) (**Breaking Change**) - Use [xunit.v3](https://xunit.net/docs/getting-started/v3/whats-new) for tests and example code [Diff between 6.0.4 and 8.0.0](coverlet-coverage/coverlet@v6.0.4...v8.0.0) Commits viewable in [compare view](coverlet-coverage/coverlet@v6.0.4...v10.0.1). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 391d594 commit aaa4d8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/FMData.Xml.Tests/FMData.Xml.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<ItemGroup>
1414
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
1515
<PackageReference Include="RichardSzalay.MockHttp" Version="7.0.0" />
16-
<PackageReference Include="coverlet.collector" Version="6.0.4" >
16+
<PackageReference Include="coverlet.collector" Version="10.0.1" >
1717
<PrivateAssets>all</PrivateAssets>
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1919
</PackageReference>

0 commit comments

Comments
 (0)