Skip to content

Commit

Permalink
chore(deps): update dependency coverlet.collector to 6.0.3 (#832)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
renovate[bot] authored Dec 31, 2024
1 parent be91adb commit f0eb626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="6.0.2">
<PackageReference Include="coverlet.collector" Version="6.0.3">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit f0eb626

Please sign in to comment.