Skip to content

chore(deps): update dependency coverlet.collector to 10.0.1#2656

Merged
thomhurst merged 1 commit into
mainfrom
renovate/coverlet.collector-10.x
May 18, 2026
Merged

chore(deps): update dependency coverlet.collector to 10.0.1#2656
thomhurst merged 1 commit into
mainfrom
renovate/coverlet.collector-10.x

Conversation

@thomhurst
Copy link
Copy Markdown
Owner

This PR contains the following updates:

Package Change Age Confidence
coverlet.collector 10.0.010.0.1 age confidence

Release Notes

coverlet-coverage/coverlet (coverlet.collector)

v10.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


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@thomhurst thomhurst added dependencies Pull requests that update a dependency file PATCH renovate-bot labels May 18, 2026
@thomhurst thomhurst enabled auto-merge (squash) May 18, 2026 09:21
Copy link
Copy Markdown

@claude claude Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This is a straightforward Renovate bot PATCH version bump for coverlet.collector from 10.0.010.0.1.

Change Summary

Single-line update in Directory.Packages.props — no logic changes, no API surface impact.

Notable Fixes in 10.0.1

Several of the bug fixes in this release are directly relevant to this project:

  • Fix inconsistent paths in cobertura reports (#1723) — This project uploads cobertura coverage to Codacy and Codecov, so more consistent path reporting could improve coverage accuracy.
  • Fix branch coverage for is + and pattern matching (#1313) — Reduces false negatives in branch coverage metrics.
  • Fix phantom branch flagging in async finally blocks (#1337) — C# async/await is used throughout; this removes spurious uncovered branch noise.
  • Fix missing CompilerGeneratedAttribute tracking (#1828) — Better exclusion of generated code from coverage, which matters given the auto-generated options classes in this project.

Assessment

No concerns. This is a safe, beneficial update. The fixes improve coverage accuracy without introducing breaking changes (patch version). Auto-merge is appropriate here.

@codacy-production
Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity

Metric Results
Complexity 0 (≤ 20 complexity)

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@thomhurst thomhurst merged commit 7494b36 into main May 18, 2026
11 of 12 checks passed
@thomhurst thomhurst deleted the renovate/coverlet.collector-10.x branch May 18, 2026 09:29
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 PATCH renovate-bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants