Skip to content

Commit

Permalink
Bump coverlet.collector from 6.0.3 to 6.0.4 in /ImperatorToCK3.UnitTe…
Browse files Browse the repository at this point in the history
…sts (#2448)

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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 2087438 commit d3d55e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ImperatorToCK3.UnitTests/ImperatorToCK3.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="6.0.3">
<PackageReference Include="coverlet.collector" Version="6.0.4">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit d3d55e4

Please sign in to comment.