Skip to content

Conversation

@Orest-Divintari
Copy link

No description provided.

@Orest-Divintari Orest-Divintari requested a review from a team as a code owner December 18, 2025 19:18
@Orest-Divintari Orest-Divintari marked this pull request as draft December 18, 2025 19:18
@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Dec 18, 2025

CLA Not Signed

@codecov
Copy link

codecov bot commented Dec 19, 2025

Codecov Report

❌ Patch coverage is 0% with 6 lines in your changes missing coverage. Please review.
✅ Project coverage is 68.46%. Comparing base (f413878) to head (6e6a910).

Files with missing lines Patch % Lines
...tProvider/InstrumentationConfigurationRegistry.php 0.00% 6 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##               main    #1839      +/-   ##
============================================
+ Coverage     68.30%   68.46%   +0.15%     
  Complexity     2976     2976              
============================================
  Files           449      449              
  Lines          8724     8723       -1     
============================================
+ Hits           5959     5972      +13     
+ Misses         2765     2751      -14     
Flag Coverage Δ
8.1 ?
8.2 68.39% <0.00%> (?)
8.3 68.29% <0.00%> (?)
8.4 68.29% <0.00%> (?)
8.5 67.53% <0.00%> (+0.08%) ⬆️

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

Files with missing lines Coverage Δ
...on/Internal/NodeDefinition/ArrayNodeDefinition.php 0.00% <ø> (ø)
.../Internal/NodeDefinition/BooleanNodeDefinition.php 0.00% <ø> (ø)
...ion/Internal/NodeDefinition/EnumNodeDefinition.php 0.00% <ø> (ø)
...on/Internal/NodeDefinition/FloatNodeDefinition.php 0.00% <ø> (ø)
.../Internal/NodeDefinition/IntegerNodeDefinition.php 0.00% <ø> (ø)
...n/Internal/NodeDefinition/ScalarNodeDefinition.php 0.00% <ø> (ø)
...n/Internal/NodeDefinition/StringNodeDefinition.php 0.00% <ø> (ø)
...Internal/NodeDefinition/VariableNodeDefinition.php 0.00% <ø> (ø)
...tProvider/InstrumentationConfigurationRegistry.php 0.00% <0.00%> (ø)

... and 9 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f413878...6e6a910. Read the comment docs.

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

In Symfony 8, the NodeParentInterface was changed to an empty interface,
removing method declarations that existed in Symfony 5-7. The fluent
builder methods (end(), scalarNode(), etc.) still exist on concrete
classes but are no longer part of the interface signature.

Additionally, Symfony 8 removed template parameters from node definition
classes, causing TooManyTemplateParams errors for our internal
NodeDefinition classes that extend Symfony's base classes.
@Orest-Divintari Orest-Divintari marked this pull request as ready for review December 20, 2025 09:58
@Orest-Divintari
Copy link
Author

Orest-Divintari commented Dec 20, 2025

hi @brettmc @bobstrecansky could you please have a look when you have time ?
locally every check is passing

@bobstrecansky
Copy link
Contributor

I'll be happy to review once the CLA is signed. Thanks in advance @Orest-Divintari !

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