Skip to content

deps(integration): Bump coverlet.collector from 10.0.0 to 10.0.1#427

Merged
laurentiu021 merged 1 commit into
mainfrom
dependabot/nuget/SysManager/SysManager.IntegrationTests/coverlet.collector-10.0.1
May 18, 2026
Merged

deps(integration): Bump coverlet.collector from 10.0.0 to 10.0.1#427
laurentiu021 merged 1 commit into
mainfrom
dependabot/nuget/SysManager/SysManager.IntegrationTests/coverlet.collector-10.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 18, 2026

Copy link
Copy Markdown
Contributor

Updated coverlet.collector from 10.0.0 to 10.0.1.

Release notes

Sourced from coverlet.collector's releases.

10.0.1

Improvements

Fixed

  • Fix inconsistent paths in cobertura reports #​1723
  • Fix when using "is" with "and" in pattern matching, branch coverage is lower than normal #​1313
  • Fix Coverlet flagging a branch for an async functions finally block where none exists #​1337
  • Fix Coverlet Tracker Missing CompilerGeneratedAttribute #​1828

Maintenance

  • Add architecture docs and diagrams for all integrations #​1927
  • Update NuGet packages and .NET SDK versions #​1933

Diff between 10.0.0 and 10.0.1

Commits viewable in compare view.

Dependabot compatibility score

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 commands and options

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Summary by CodeRabbit

  • Chores
    • Updated test framework dependencies to latest patch version for improved stability and compatibility.

Review Change Stack

---
updated-dependencies:
- dependency-name: coverlet.collector
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot requested a review from laurentiu021 as a code owner May 18, 2026 12:52
@dependabot @github

dependabot Bot commented on behalf of github May 18, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, tests. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@coderabbitai

coderabbitai Bot commented May 18, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: ece939fa-7442-4952-9072-cb5f2850c93b

📥 Commits

Reviewing files that changed from the base of the PR and between 6e212ac and 07728fc.

📒 Files selected for processing (1)
  • SysManager/SysManager.IntegrationTests/SysManager.IntegrationTests.csproj
📜 Recent review details
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
  • GitHub Check: Build & unit tests
  • GitHub Check: Analyze (csharp)
🔇 Additional comments (1)
SysManager/SysManager.IntegrationTests/SysManager.IntegrationTests.csproj (1)

14-14: Patch version update is safe. Version 10.0.1 is a valid, current release with no security advisories, and the update to this test-only dependency has no production impact.


📝 Walkthrough

Walkthrough

The integration test project updates the coverlet.collector NuGet dependency from version 10.0.0 to 10.0.1. No other project references or settings are modified.

Changes

Dependency Update

Layer / File(s) Summary
coverlet.collector version update
SysManager/SysManager.IntegrationTests/SysManager.IntegrationTests.csproj
The coverlet.collector package reference is updated to version 10.0.1 from 10.0.0 in the integration test project.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Suggested reviewers

  • laurentiu021

Poem

🐰 A tiny hop, a version tick,
Coverlet now runs oh-so-slick!
Ten-oh-one brings tests refined,
Rabbit's nose twitches—bugs we'll find!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and specifically describes the main change: updating a NuGet dependency version in the integration tests project.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/nuget/SysManager/SysManager.IntegrationTests/coverlet.collector-10.0.1

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov-commenter

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@laurentiu021
laurentiu021 merged commit b472eda into main May 18, 2026
5 checks passed
@laurentiu021
laurentiu021 deleted the dependabot/nuget/SysManager/SysManager.IntegrationTests/coverlet.collector-10.0.1 branch May 18, 2026 13:30
laurentiu021 added a commit that referenced this pull request May 22, 2026
…ssages (#427)

## Summary

**Batch 7** of the QA bug fix series.

### Issue #405 — Registry modifications not logged
Added Serilog audit logging to all PerformanceService registry
modification methods:
- \SetGameMode\ — logs AllowAutoGameMode value
- \SetXboxGameBar\ — logs AppCaptureEnabled and GameDVR_Enabled values
- \SetGpuMaxPerformance\ — logs DisableDynamicPstate value and subkey
- \SetUiEffects\ — logs visual effects action

### Issue #407 — Generic error messages
Replaced generic \Error: {message}\ with operation-specific context
across 3 ViewModels:
- **PerformanceViewModel** (26 replacements): Power plan change failed,
GPU setting change failed, Game Mode change failed, etc.
- **ServicesViewModel** (6 replacements): Start service failed, Stop
service failed, etc.
- **SystemHealthViewModel** (6 replacements): System health scan failed,
Disk report failed, etc.

### Testing
- Build: 0 errors

Closes #405, Closes #407

Co-authored-by: laurentiu021 <laurentiu021@users.noreply.github.com>
laurentiu021 pushed a commit that referenced this pull request May 22, 2026
---
updated-dependencies:
- dependency-name: coverlet.collector
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants