Skip to content

Commit d18f0e1

Browse files
deps(test): update dependency coverlet.collector to 10.0.1 (#1123)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [coverlet.collector](https://redirect.github.com/coverlet-coverage/coverlet) | `10.0.0` → `10.0.1` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/coverlet.collector/10.0.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/coverlet.collector/10.0.0/10.0.1?slim=true) | --- ### Release Notes <details> <summary>coverlet-coverage/coverlet (coverlet.collector)</summary> ### [`v10.0.1`](https://redirect.github.com/coverlet-coverage/coverlet/releases/tag/v10.0.1) ##### Improvements - Coverlet with MTP 2 doesn't show test coverage statistic in console [#&#8203;1907](https://redirect.github.com/coverlet-coverage/coverlet/issues/1907) - Avoid unnecessary testhost restarts [#&#8203;1912](https://redirect.github.com/coverlet-coverage/coverlet/issues/1912) by <https://github.com/mawosoft> ##### Fixed - Fix inconsistent paths in cobertura reports [#&#8203;1723](https://redirect.github.com/coverlet-coverage/coverlet/issues/1723) - Fix when using "is" with "and" in pattern matching, branch coverage is lower than normal [#&#8203;1313](https://redirect.github.com/coverlet-coverage/coverlet/issues/1313) - Fix Coverlet flagging a branch for an async functions finally block where none exists [#&#8203;1337](https://redirect.github.com/coverlet-coverage/coverlet/issues/1337) - Fix Coverlet Tracker Missing CompilerGeneratedAttribute [#&#8203;1828](https://redirect.github.com/coverlet-coverage/coverlet/issues/1828) ##### Maintenance - Add architecture docs and diagrams for all integrations [#&#8203;1927](https://redirect.github.com/coverlet-coverage/coverlet/pull/1927) - Update NuGet packages and .NET SDK versions [#&#8203;1933](https://redirect.github.com/coverlet-coverage/coverlet/pull/1933) [Diff between 10.0.0 and 10.0.1](https://redirect.github.com/coverlet-coverage/coverlet/compare/v10.0.0...v10.0.1) </details> --- ### Configuration 📅 **Schedule**: (in timezone Europe/Zurich) - Branch creation - "after 9pm,before 6am" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/dotnet/dotnet-operator-sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xODIuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE4Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2b0067c commit d18f0e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2121
<PrivateAssets>all</PrivateAssets>
2222
</PackageReference>
23-
<PackageReference Include="coverlet.collector" Version="10.0.0">
23+
<PackageReference Include="coverlet.collector" Version="10.0.1">
2424
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2525
<PrivateAssets>all</PrivateAssets>
2626
</PackageReference>

0 commit comments

Comments
 (0)