Skip to content

Conversation

@martincostello
Copy link
Member

Refactor based on analyser warnings from #2531.

Refactor based on analyser warnings from #2531.
Copilot AI review requested due to automatic review settings October 16, 2025 07:47
@martincostello martincostello enabled auto-merge (rebase) October 16, 2025 07:48
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Refactors the Cake build script to address analyzer warnings and minor cleanups.

  • Replace unused lambda parameters in Task.Does handlers with discards.
  • Switch from RunTarget to awaited RunTargetAsync.
  • Add null-forgiving operators when reading JSON config nodes and remove redundant parentheses on object creation.

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@codecov
Copy link

codecov bot commented Oct 16, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.15%. Comparing base (adca621) to head (a26a587).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2769   +/-   ##
=======================================
  Coverage   96.15%   96.15%           
=======================================
  Files         309      309           
  Lines        7123     7123           
  Branches     1005     1005           
=======================================
  Hits         6849     6849           
  Misses        221      221           
  Partials       53       53           
Flag Coverage Δ
linux 96.15% <ø> (ø)
macos 96.15% <ø> (ø)
windows 96.14% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@martincostello martincostello merged commit 3d13d63 into main Oct 16, 2025
42 of 47 checks passed
@martincostello martincostello deleted the refactor-cake-script branch October 16, 2025 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants