Skip to content

Conversation

@windxu88
Copy link
Collaborator

Description

This PR updated Wrench to 1.2.0 and included 6000.5 in CI.

Testing status & QA

Please describe the testing already done by you and what testing you request/recommend QA to execute. If you used or created any testing project please link them here too for QA.

Overall Product Risks

Please rate the potential complexity and halo effect from low to high for the reviewers. Note down potential risks to specific Editor branches if any.

  • Complexity:
  • Halo Effect:

Comments to reviewers

Please describe any additional information such as what to focus on, or historical info for the reviewers.

Checklist

Before review:

  • Changelog entry added.
    • Explains the change in Changed, Fixed, Added sections.
    • For API change contains an example snippet and/or migration example.
    • JIRA ticket linked, example (case %%). If it is a private issue, just add the case ID without a link.
    • Jira port for the next release set as "Resolved".
  • Tests added/changed, if applicable.
    • Functional tests Area_CanDoX, Area_CanDoX_EvenIfYIsTheCase, Area_WhenIDoX_AndYHappens_ThisIsTheResult.
    • Performance tests.
    • Integration tests.
  • Docs for new/changed API's.
    • Xmldoc cross references are set correctly.
    • Added explanation how the API works.
    • Usage code examples added.
    • The manual is updated, if needed.

During merge:

  • Commit message for squash-merge is prefixed with one of the list:
    • NEW: ___.
    • FIX: ___.
    • DOCS: ___.
    • CHANGE: ___.
    • RELEASE: 1.1.0-preview.3.

After merge:

  • Create forward/backward port if needed. If you are blocked from creating a forward port now please add a task to ISX-1444.

@u-pr-agent
Copy link
Contributor

u-pr-agent bot commented Oct 23, 2025

PR Code Suggestions ✨

No code suggestions found for the PR.

@codecov-github-com
Copy link

codecov-github-com bot commented Oct 23, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

@@             Coverage Diff             @@
##           develop    #2263      +/-   ##
===========================================
+ Coverage    76.70%   76.81%   +0.10%     
===========================================
  Files          465      476      +11     
  Lines        87919    88645     +726     
===========================================
+ Hits         67442    68093     +651     
- Misses       20477    20552      +75     
Flag Coverage Δ
inputsystem_MacOS_2021.3 5.93% <ø> (+0.02%) ⬆️
inputsystem_MacOS_2022.3 5.39% <ø> (+0.02%) ⬆️
inputsystem_MacOS_2022.3_project 74.74% <ø> (+0.15%) ⬆️
inputsystem_MacOS_6000.0 5.18% <ø> (-0.01%) ⬇️
inputsystem_MacOS_6000.0_project 76.60% <ø> (+0.09%) ⬆️
inputsystem_MacOS_6000.2 5.18% <ø> (-0.01%) ⬇️
inputsystem_MacOS_6000.2_project 76.59% <ø> (+0.09%) ⬆️
inputsystem_MacOS_6000.3 5.18% <ø> (-0.01%) ⬇️
inputsystem_MacOS_6000.3_project 76.60% <ø> (+0.09%) ⬆️
inputsystem_MacOS_6000.4 5.19% <ø> (+<0.01%) ⬆️
inputsystem_MacOS_6000.4_project 76.61% <ø> (+0.10%) ⬆️
inputsystem_MacOS_6000.5 5.19% <ø> (?)
inputsystem_MacOS_6000.5_project 76.61% <ø> (?)
inputsystem_Ubuntu_2021.3 5.94% <ø> (+0.02%) ⬆️
inputsystem_Ubuntu_2022.3 5.40% <ø> (+0.02%) ⬆️
inputsystem_Ubuntu_2022.3_project 74.54% <ø> (+0.14%) ⬆️
inputsystem_Ubuntu_6000.0 5.19% <ø> (-0.01%) ⬇️
inputsystem_Ubuntu_6000.0_project 76.40% <ø> (+0.08%) ⬆️
inputsystem_Ubuntu_6000.2 5.19% <ø> (-0.01%) ⬇️
inputsystem_Ubuntu_6000.2_project 76.40% <ø> (+0.08%) ⬆️
inputsystem_Ubuntu_6000.3 5.19% <ø> (-0.01%) ⬇️
inputsystem_Ubuntu_6000.3_project 76.40% <ø> (+0.08%) ⬆️
inputsystem_Ubuntu_6000.4 5.19% <ø> (+<0.01%) ⬆️
inputsystem_Ubuntu_6000.4_project 76.41% <ø> (+0.08%) ⬆️
inputsystem_Ubuntu_6000.5 5.19% <ø> (?)
inputsystem_Ubuntu_6000.5_project 76.41% <ø> (?)
inputsystem_Windows_2021.3 5.93% <ø> (+0.02%) ⬆️
inputsystem_Windows_2022.3 5.39% <ø> (+0.02%) ⬆️
inputsystem_Windows_2022.3_project 74.87% <ø> (+0.14%) ⬆️
inputsystem_Windows_6000.0 5.18% <ø> (-0.01%) ⬇️
inputsystem_Windows_6000.0_project 76.72% <ø> (+0.07%) ⬆️
inputsystem_Windows_6000.2 5.18% <ø> (-0.01%) ⬇️
inputsystem_Windows_6000.2_project 76.72% <ø> (+0.08%) ⬆️
inputsystem_Windows_6000.3 5.18% <ø> (-0.01%) ⬇️
inputsystem_Windows_6000.3_project 76.72% <ø> (+0.08%) ⬆️
inputsystem_Windows_6000.4 5.19% <ø> (+<0.01%) ⬆️
inputsystem_Windows_6000.4_project 76.73% <ø> (+0.08%) ⬆️
inputsystem_Windows_6000.5 5.19% <ø> (?)
inputsystem_Windows_6000.5_project 76.73% <ø> (?)

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

see 25 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Collaborator

@jfreire-unity jfreire-unity left a comment

Choose a reason for hiding this comment

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

Thank you!

@jfreire-unity jfreire-unity merged commit 7658a8e into develop Oct 24, 2025
130 checks passed
@jfreire-unity jfreire-unity deleted the add_6000.5_ci branch October 24, 2025 15:41
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.

3 participants