Skip to content

Commit e4e5521

Browse files
Bump coverlet.collector from 3.0.2 to 3.2.0 (#853)
Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 3.0.2 to 3.2.0. <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>v3.2.0</h2> <ul> <li><a href="https://github-redirect.dependabot.com/coverlet-coverage/coverlet/issues/172">#172</a> adds performance enhancements during instrumentation</li> <li><a href="https://github-redirect.dependabot.com/coverlet-coverage/coverlet/issues/181">#181</a> removes instrumented assemblies' dependency on the <code>coverlet.tracker</code> assembly</li> <li><a href="https://github-redirect.dependabot.com/coverlet-coverage/coverlet/issues/186">#186</a> adds support for merging results of current run with result from different run</li> </ul> <h2>v3.1.0</h2> <ul> <li>141 adds performance improvements to coverage tracker for multi-threaded scenarios</li> <li>a189fc26ea35b8ad77bd3be2bceac5c2996149a8 replaces Jil with JSON.NET for JSON serialization</li> <li><a href="https://github-redirect.dependabot.com/coverlet-coverage/coverlet/issues/147">#147</a> adds support for instrumenting constructors</li> <li>4efea75e7c92e01652eb6c1c465ae1bcf9e56e6b ensures output filenames have extensions if non is specified</li> <li><a href="https://github-redirect.dependabot.com/coverlet-coverage/coverlet/issues/154">#154</a> makes enumeration based MSBuild properties case insensitive</li> <li><a href="https://github-redirect.dependabot.com/coverlet-coverage/coverlet/issues/164">#164</a> adds support for specifying include filters</li> <li><a href="https://github-redirect.dependabot.com/coverlet-coverage/coverlet/issues/169">#169</a> adds slight improvement for coverage tracking performance</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/coverlet-coverage/coverlet/commits/v3.2.0">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=3.0.2&new-version=3.2.0)](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 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> Co-authored-by: Dylan Smith <dylanfromwinnipeg@gmail.com>
1 parent 5356230 commit e4e5521

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/OctoshiftCLI.IntegrationTests/OctoshiftCLI.IntegrationTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
<PrivateAssets>all</PrivateAssets>
1818
</PackageReference>
19-
<PackageReference Include="coverlet.collector" Version="3.1.0">
19+
<PackageReference Include="coverlet.collector" Version="3.2.0">
2020
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2121
<PrivateAssets>all</PrivateAssets>
2222
</PackageReference>

src/OctoshiftCLI.Tests/OctoshiftCLI.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2929
<PrivateAssets>all</PrivateAssets>
3030
</PackageReference>
31-
<PackageReference Include="coverlet.collector" Version="3.0.2">
31+
<PackageReference Include="coverlet.collector" Version="3.2.0">
3232
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3333
<PrivateAssets>all</PrivateAssets>
3434
</PackageReference>

0 commit comments

Comments
 (0)