#151 feat: default prerelease self-update confirmation to no#171
Merged
stiwicourage merged 1 commit intoMay 6, 2026
Conversation
3 tasks
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
There was a problem hiding this comment.
Gates Passed
6 Quality Gates Passed
See analysis details in CodeScene
Quality Gate Profile: Pay Down Tech Debt
Install CodeScene MCP: safeguard and uplift AI-generated code. Catch issues early with our IDE extension and CLI tool.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
There was a problem hiding this comment.
Code Coverage Gates Passed
Overall Coverage: 100.0%
(required = 95%)
New & Changed Code Coverage: 100%
(required = 100%)
Review details by gate
-
Overall Coverage
- Pass/Fail Reason:
The overall coverage gate was checked for all code and meets the goal: 100.0% covered >= threshold = 95% - Action:
You have 281 files with a sum of 2852 covered and 1 uncovered lines of code.
- Pass/Fail Reason:
-
New & Changed Code Coverage
- Pass/Fail Reason:
New or changed code meets coverage goal: 100% covered >= threshold = 100% - Action:
You modified 2 files, and covered 5 added/modified lines of code.
- Pass/Fail Reason:
stiwicourage
deleted the
feature/151-feature-default-prerelease-nova-update-confirmation-to-no
branch
May 12, 2026 05:51
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Affected area
Review guidance
intentionally more conservative for prerelease self-update flows.
Validation
% nova publish,
% nova release, % nova update, % nova notification, or % nova init as relevant)
Validation notes:
Invoke-NovaBuild
Invoke-Pester ./tests/UpdateNotification.Tests.ps1 -Output Detailed
./scripts/build/ci/Invoke-NovaModuleToolsCI.ps1 -OutputDirectory ./artifacts
Focused validation covered the prerelease self-update prompt helper and the UpdateNotification test suite, including the nova update path through the shared self-update flow.
CodeScene pre-commit safeguard passed for the branch diff.
Documentation and release follow-up
changed
Maintainability, compatibility, and risk
Risk, rollout, or rollback notes:
Compatibility impact is low: prerelease self-updates are still available, but they now require an explicit Y confirmation instead of accepting Enter as Yes.
Rollback is straightforward:
This does not change stable self-update behavior, package/release automation, or dependency handling.