Skip to content

Bump coverlet.collector from 8.0.1 to 10.0.0#1

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/coverlet.collector-10.0.0
Open

Bump coverlet.collector from 8.0.1 to 10.0.0#1
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/coverlet.collector-10.0.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 23, 2026

Updated coverlet.collector from 8.0.1 to 10.0.0.

Release notes

Sourced from coverlet.collector's releases.

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

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.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code labels Apr 23, 2026
@codacy-production
Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity · 0 duplication

Metric Results
Complexity 0
Duplication 0

View in Codacy

AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.

Run reviewer

TIP This summary will be updated as you push new changes.

Copy link
Copy Markdown

@codacy-production codacy-production Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

While this PR updates coverlet.collector to version 10.0.0, this change appears to be unnecessary and potentially incorrect. The project already utilizes the modern .NET Testing Platform stack (xunit.v3 and Microsoft.Testing.Extensions.CodeCoverage), making coverlet.collector (part of the legacy VSTest infrastructure) redundant. Furthermore, version 10.0.0 is not a known public release for this package, which typically follows a 6.x versioning scheme. Although Codacy analysis shows the PR is 'up to standards', the architectural redundancy and versioning discrepancy should be addressed before merging.

Test suggestions

  • Verify that test execution still generates valid coverage reports with the updated collector version.
  • Ensure the project builds correctly with the major version bump in the test infrastructure.
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify that test execution still generates valid coverage reports with the updated collector version.
2. Ensure the project builds correctly with the major version bump in the test infrastructure.

🗒️ Improve review quality by adding custom instructions

Comment thread Directory.Packages.props
<PackageVersion Include="AwesomeAssertions" Version="9.4.0" />
<PackageVersion Include="AwesomeAssertions.Analyzers" Version="9.0.8" />
<PackageVersion Include="coverlet.collector" Version="8.0.1" />
<PackageVersion Include="coverlet.collector" Version="10.0.0" />
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 MEDIUM RISK

Suggestion: The coverlet.collector package is likely redundant and the version 10.0.0 is suspicious. Since the project uses xunit.v3 and Microsoft.Testing.Extensions.CodeCoverage (line 23), it has already migrated to the modern .NET Testing Platform. Keeping the legacy collector alongside the new one can cause conflicting results and unnecessary overhead. Try removing the coverlet.collector package from Directory.Packages.props and verify that code coverage still works via Microsoft.Testing.Extensions.CodeCoverage.

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

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants