Skip to content

Commit f0eb626

Browse files
chore(deps): update dependency coverlet.collector to 6.0.3 (#832)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [coverlet.collector](https://redirect.github.com/coverlet-coverage/coverlet) | `6.0.2` -> `6.0.3` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/coverlet.collector/6.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/coverlet.collector/6.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/coverlet.collector/6.0.2/6.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/coverlet.collector/6.0.2/6.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>coverlet-coverage/coverlet (coverlet.collector)</summary> ### [`v6.0.3`](https://redirect.github.com/coverlet-coverage/coverlet/releases/tag/v6.0.3) ##### Fixed - Fix RuntimeConfigurationReader to support self-contained builds [#&#8203;1705](https://redirect.github.com/coverlet-coverage/coverlet/pull/1705) by https://github.com/pfeigl - Fix inconsistent filenames with UseSourceLink after .NET 8 [#&#8203;1679](https://redirect.github.com/coverlet-coverage/coverlet/issues/1679) - Fix hanging tests [#&#8203;989](https://redirect.github.com/coverlet-coverage/coverlet/issues/989) - Fix coverlet instrumentation becomes slow after installing dotnet sdk 8.0.200 [#&#8203;1620](https://redirect.github.com/coverlet-coverage/coverlet/issues/1620) - Fix upgrading v6.0.1 to v6.0.2 increases instrumentation time [#&#8203;1649](https://redirect.github.com/coverlet-coverage/coverlet/issues/1649) - Fix Unable to instrument module - NET 8 [#&#8203;1631](https://redirect.github.com/coverlet-coverage/coverlet/issues/1631) - Fix slow modules filtering process [#&#8203;1646](https://redirect.github.com/coverlet-coverage/coverlet/issues/1646) by https://github.com/BlackGad - Fix incorrect coverage await using in generic method [#&#8203;1490](https://redirect.github.com/coverlet-coverage/coverlet/issues/1490) ##### Improvements - Cache the regex used in InstrumentationHelper [#&#8203;1693](https://redirect.github.com/coverlet-coverage/coverlet/issues/1693) - Enable dotnetTool integration tests for linux [#&#8203;660](https://redirect.github.com/coverlet-coverage/coverlet/issues/660) [Diff between 6.0.2 and 6.0.3](https://redirect.github.com/coverlet-coverage/coverlet/compare/v6.0.2...v6.0.3) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 9pm,before 6am" in timezone Europe/Zurich, 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/buehler/dotnet-operator-sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44NS4wIiwidXBkYXRlZEluVmVyIjoiMzkuODUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent be91adb commit f0eb626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Directory.Build.props

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="6.0.2">
19+
<PackageReference Include="coverlet.collector" Version="6.0.3">
2020
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2121
<PrivateAssets>all</PrivateAssets>
2222
</PackageReference>

0 commit comments

Comments
 (0)