Commit e4e5521
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 />
[](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.Tests
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments