Skip to content

Commit

Permalink
MINOR: [C#] Bump coverlet.collector from 6.0.3 to 6.0.4 in /csharp (#…
Browse files Browse the repository at this point in the history
…45313)

Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 6.0.3 to 6.0.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/coverlet-coverage/coverlet/releases">coverlet.collector's releases</a>.</em></p>
<blockquote>
<h2>v6.0.4</h2>
<h3>Fixed</h3>
<ul>
<li>Fix empty coverage report when using include and exclude filters <a href="https://github.com/coverlet-coverage/coverlet/issues/1726">#1726</a></li>
</ul>
<p><a href="https://github.com/coverlet-coverage/coverlet/compare/v6.0.3...v6.0.4">Diff between 6.0.3 and 6.0.4</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/coverlet-coverage/coverlet/commit/2a6f949747eec763f7fc87e4eeea9b3b0d9d2b9b"><code>2a6f949</code></a> change log and vnext version number update</li>
<li><a href="https://github.com/coverlet-coverage/coverlet/commit/90b21079d43cffae3a18f264e00962b9c8a1d57a"><code>90b2107</code></a> update version info (<a href="https://github.com/coverlet-coverage/coverlet/issues/1731">#1731</a>)</li>
<li><a href="https://github.com/coverlet-coverage/coverlet/commit/4e95c9210c8f7ef70809d74ad6cbdd1d1edd8227"><code>4e95c92</code></a> Update changelog and back bump version (<a href="https://github.com/coverlet-coverage/coverlet/issues/1730">#1730</a>)</li>
<li><a href="https://github.com/coverlet-coverage/coverlet/commit/e3717da4a72a2a418cdb0bd9788600305eaae824"><code>e3717da</code></a> Exclude filter issue (<a href="https://github.com/coverlet-coverage/coverlet/issues/1728">#1728</a>)</li>
<li><a href="https://github.com/coverlet-coverage/coverlet/commit/8eecb425ac32b0863e30ca770fc0080a75c48d41"><code>8eecb42</code></a> update version and changelog (<a href="https://github.com/coverlet-coverage/coverlet/issues/1725">#1725</a>)</li>
<li>See full diff in <a href="https://github.com/coverlet-coverage/coverlet/compare/v6.0.3...v6.0.4">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=coverlet.collector&package-manager=nuget&previous-version=6.0.3&new-version=6.0.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 merge` will merge this PR after your CI passes on it
- `@ dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@ dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@ dependabot reopen` will reopen this PR if it is closed
- `@ dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@ 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)

</details>

Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Curt Hagenlocher <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 21, 2025
1 parent a74eb7e commit c1a20f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1" />
<PackageReference Include="coverlet.collector" Version="6.0.3" />
<PackageReference Include="coverlet.collector" Version="6.0.4" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1" />
<PackageReference Include="coverlet.collector" Version="6.0.3" />
<PackageReference Include="coverlet.collector" Version="6.0.4" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit c1a20f0

Please sign in to comment.