Skip to content

Add check incase if raw string is null.

6b4c75a
Select commit
Loading
Failed to load commit list.
Merged

FIX: ISXB-1674 - Input actions asset not converted correctly when upgrading from 1.14.1 (Regression) #2244

Add check incase if raw string is null.
6b4c75a
Select commit
Loading
Failed to load commit list.
Codecov GitHub.com / codecov/project succeeded Oct 16, 2025 in 0s

76.75% (+8.60%) compared to e4d1ee1

View this Pull Request on Codecov

76.75% (+8.60%) compared to e4d1ee1

Details

Codecov Report

Attention: Patch coverage is 91.22807% with 5 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...UITKAssetEditor/Views/NameAndParametersListView.cs 25.00% 3 Missing ⚠️
...nputsystem/InputSystem/Actions/InputActionAsset.cs 96.77% 1 Missing ⚠️
...tsystem/InputSystem/Utilities/NameAndParameters.cs 87.50% 1 Missing ⚠️
@@             Coverage Diff             @@
##           develop    #2244      +/-   ##
===========================================
+ Coverage    68.14%   76.75%   +8.60%     
===========================================
  Files          367      465      +98     
  Lines        53685    87945   +34260     
===========================================
+ Hits         36584    67502   +30918     
- Misses       17101    20443    +3342     
Files with missing lines Coverage Δ
...ests/InputSystem.Editor/CustomProcessorEnumTest.cs 84.48% <100.00%> (ø)
...nputsystem/InputSystem/Actions/InputActionAsset.cs 84.91% <96.77%> (+10.82%) ⬆️
...tsystem/InputSystem/Utilities/NameAndParameters.cs 92.59% <87.50%> (-0.56%) ⬇️
...UITKAssetEditor/Views/NameAndParametersListView.cs 65.38% <25.00%> (-0.98%) ⬇️

... and 99 files with indirect coverage changes

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