Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(#2212): support experimental type info component #2349

Draft
wants to merge 48 commits into
base: master
Choose a base branch
from

test mixed property

227bf3b
Select commit
Loading
Failed to load commit list.
Draft

feat(#2212): support experimental type info component #2349

test mixed property
227bf3b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 8, 2025 in 0s

85.26% (-4.27%) compared to 13408ab

View this Pull Request on Codecov

85.26% (-4.27%) compared to 13408ab

Details

Codecov Report

Attention: Patch coverage is 6.32911% with 148 lines in your changes missing coverage. Please review.

Project coverage is 85.26%. Comparing base (13408ab) to head (227bf3b).

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
src/TypeDescriber/ChainDescriber.php 0.00% 19 Missing ⚠️
src/TypeDescriber/IntersectionDescriber.php 0.00% 17 Missing ⚠️
src/TypeDescriber/UnionDescriber.php 0.00% 17 Missing ⚠️
src/TypeDescriber/ArrayDescriber.php 0.00% 14 Missing ⚠️
src/TypeDescriber/ObjectClassDescriber.php 0.00% 14 Missing ⚠️
src/ModelDescriber/ObjectModelDescriber.php 31.25% 11 Missing ⚠️
src/TypeDescriber/DictionaryDescriber.php 0.00% 8 Missing ⚠️
src/TypeDescriber/ListDescriber.php 0.00% 8 Missing ⚠️
src/TypeDescriber/FloatDescriber.php 0.00% 6 Missing ⚠️
src/TypeDescriber/ObjectDescriber.php 0.00% 6 Missing ⚠️
... and 7 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2349      +/-   ##
==========================================
- Coverage   89.53%   85.26%   -4.27%     
==========================================
  Files          78       93      +15     
  Lines        2915     3068     +153     
==========================================
+ Hits         2610     2616       +6     
- Misses        305      452     +147     

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