Skip to content

chore(deps): Bump coverlet.collector from 6.0.4 to 10.0.1 - #78

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/Native/PcaiNative.Tests/coverlet.collector-10.0.1
Closed

chore(deps): Bump coverlet.collector from 6.0.4 to 10.0.1#78
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/Native/PcaiNative.Tests/coverlet.collector-10.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 8, 2026

Copy link
Copy Markdown
Contributor

Updated coverlet.collector from 6.0.4 to 10.0.1.

Release notes

Sourced from coverlet.collector's releases.

10.0.1

Improvements

Fixed

  • Fix inconsistent paths in cobertura reports #​1723
  • Fix when using "is" with "and" in pattern matching, branch coverage is lower than normal #​1313
  • Fix Coverlet flagging a branch for an async functions finally block where none exists #​1337
  • Fix Coverlet Tracker Missing CompilerGeneratedAttribute #​1828

Maintenance

  • Add architecture docs and diagrams for all integrations #​1927
  • Update NuGet packages and .NET SDK versions #​1933

Diff between 10.0.0 and 10.0.1

10.0.0

Improvements

  • Unique Report Filenames (coverlet.MTP and AzDO) #​1866
  • Add --coverlet-file-prefix option for unique report files #​1869
  • Introduce .NET 10 support #​1823

Fixed

  • Fix [BUG] Wrong branch rate on IAsyncEnumerable for generic type #​1836
  • Fix [BUG] Missing Coverage after moving to MTP #​1843
  • Fix [BUG] No coverage reported when targeting .NET Framework with 8.0.1 #​1842
  • Fix [BUG] Behavior changes between MTP and Legacy (msbuild) #​1878
  • Fix [BUG] Coverlet.MTP - Unable to load coverlet.mtp.appsettings.json #​1880
  • Fix [BUG] Coverlet.Collector produces empty report when Mediator.SourceGenerator is referenced #​1718 by https://github.com/yusyd
  • Fix [BUG] Crash during instrumentation (Methods using LibraryImport/DllImport have no body) #​1762

Maintenance

  • Add comprehensive async method tests and documentation for issue #​1864
  • Replace Tmds.ExecFunction Package in coverlet.core.coverage.tests #​1833
  • Add net9.0 and net10.0 targets #​1822

Diff between 8.0.1 and 10.0.0

8.0.1

Fixed

  • Fix [BUG] TypeInitializationException when targeting .NET Framework #​1818
  • Fix [BUG] coverlet.MTP build fails with CS0400 due to developmentDependency=true #​1827

Improvements

  • Additional improvements needed for .NET Framework instrumentation type import #​1825

Diff between 8.0.0 and 8.0.1

8.0.0

Special Thanks: A huge thank you to @​Bertk for driving the majority of the work in this release! 🎉

Fixed

Improvements

  • Coverlet MTP extension feature #​1788
  • Generate SBOM for nuget packages #​1752
  • Use multi targets projects for coverlet.collector, coverlet.msbuild.tasks packages #​1742
  • Use .NET 8.0 target framework for coverlet.core and remove Newtonsoft.Json #​1733
  • Use latest System.CommandLine version #​1660
  • Upgraded minimum required .NET SDK and runtime to .NET 8.0 LTS (Long Term Support) (Breaking Change)
  • Use xunit.v3 for tests and example code

Diff between 6.0.4 and 8.0.0

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: coverlet.collector
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Sep 8, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, dotnet. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot
dependabot Bot requested a review from David-Martel as a code owner September 8, 2026 14:35
David-Martel added a commit that referenced this pull request Sep 8, 2026
Supersedes dependabot PRs #78, #80, #81 and #82. Those are two packages raised across the two test projects, so dependabot opened four PRs for two decisions: coverlet.collector 6.0.4 to 10.0.1 and xunit.runner.visualstudio 3.1.4 to 4.0.0, each in PcaiNative.Tests and PcaiChatTui.Tests. They are major bumps, so the dependabot config in c937665 correctly leaves them ungrouped for individual review rather than folding them into the minor/patch group - but reviewing them as one change is what they actually are.

These are also the first dependabot PRs ever raised for these projects. Both test projects were invisible to dependabot until c937665 widened .NET coverage from two csproj files to five, which is the same gap that had left PcaiServiceHost pinned two patch releases behind on System.Text.Json.

Verified by running the tests, which is only possible because c937665 also added the dotnet-build job - before that no CI job built any .NET project at all. dotnet test PcaiNative.Tests: 6 passed, 0 failed. dotnet test PcaiChatTui.Tests: 9 passed, 0 failed. Both exit 0.
@David-Martel

Copy link
Copy Markdown
Owner

Superseded by #86, merged as 09935ad2.

Dependabot raised the same two package majors across both test projects, so these four PRs were really two decisions:

Package From To PRs
coverlet.collector 6.0.4 10.0.1 #78, #80
xunit.runner.visualstudio 3.1.4 4.0.0 #81, #82

#86 takes both across both projects as one reviewable change. Verified there rather than assumed:

dotnet test PcaiNative.Tests   -c Release   exit 0   6 passed, 0 failed
dotnet test PcaiChatTui.Tests  -c Release   exit 0   9 passed, 0 failed

That verification is only possible because the same dependabot work added a .NET Build job — before it, no CI job built any .NET project at all, so a major test-framework bump could have satisfied every gate while leaving the projects unable to restore or run.

These were also the first dependabot PRs ever raised for these two projects: both were invisible to dependabot until the config widened .NET coverage from two csproj files to five.

@dependabot @github

dependabot Bot commented on behalf of github Sep 8, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant