Skip to content

Commit fd7d47f

Browse files
chore(deps): Bump coverlet.collector from 6.0.3 to 6.0.4 (#380)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ebdfdb1 commit fd7d47f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/FMData.Rest.Tests/FMData.Rest.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<ItemGroup>
4949
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
5050
<PackageReference Include="RichardSzalay.MockHttp" Version="7.0.0" />
51-
<PackageReference Include="coverlet.collector" Version="6.0.3" >
51+
<PackageReference Include="coverlet.collector" Version="6.0.4" >
5252
<PrivateAssets>all</PrivateAssets>
5353
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
5454
</PackageReference>

tests/FMData.Xml.Tests/FMData.Xml.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<ItemGroup>
1414
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
1515
<PackageReference Include="RichardSzalay.MockHttp" Version="7.0.0" />
16-
<PackageReference Include="coverlet.collector" Version="6.0.3" >
16+
<PackageReference Include="coverlet.collector" Version="6.0.4" >
1717
<PrivateAssets>all</PrivateAssets>
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1919
</PackageReference>

0 commit comments

Comments
 (0)