Skip to content

Commit 0e5cd96

Browse files
chore(deps): update dependency coverlet.collector to 6.0.3 (#157)
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 - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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/Testably/Testably.Architecture.Rules). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44NS4wIiwidXBkYXRlZEluVmVyIjoiMzkuODUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b446ba7 commit 0e5cd96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3232
<PrivateAssets>all</PrivateAssets>
3333
</PackageReference>
34-
<PackageReference Include="coverlet.collector" Version="6.0.2">
34+
<PackageReference Include="coverlet.collector" Version="6.0.3">
3535
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3636
<PrivateAssets>all</PrivateAssets>
3737
</PackageReference>

0 commit comments

Comments
 (0)