Skip to content

chore: update dependency coverlet.collector to 10.0.1#740

Open
renovate-bot wants to merge 1 commit into
googleapis:mainfrom
renovate-bot:renovate/coverlet.collector-10.x
Open

chore: update dependency coverlet.collector to 10.0.1#740
renovate-bot wants to merge 1 commit into
googleapis:mainfrom
renovate-bot:renovate/coverlet.collector-10.x

Conversation

@renovate-bot
Copy link
Copy Markdown
Contributor

@renovate-bot renovate-bot commented May 18, 2026

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: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot requested review from a team as code owners May 18, 2026 08:32
@trusted-contributions-gcf trusted-contributions-gcf Bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 18, 2026
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist 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 pull request updates the coverlet.collector package version from 10.0.0 to 10.0.1 across several test projects. A review comment suggests adding PrivateAssets and IncludeAssets metadata to the package reference in the integration tests project to maintain consistency with other projects in the solution and prevent transitive dependency issues.

<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5" />
<PackageReference Include="coverlet.collector" Version="10.0.0" />
<PackageReference Include="coverlet.collector" Version="10.0.1" />
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

To maintain consistency with other test projects in this solution and follow best practices for test-related packages, consider adding PrivateAssets and IncludeAssets to the coverlet.collector package reference. This prevents the collector from being transitively included in projects that might reference this one.

    <PackageReference Include="coverlet.collector" Version="10.0.1">
      <PrivateAssets>all</PrivateAssets>
      <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
    </PackageReference>

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

Labels

kokoro:force-run Add this label to force Kokoro to re-run the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant