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

fix: use field doc for embedded struct field type #17

Merged
merged 1 commit into from
Mar 29, 2024

Conversation

g4s8
Copy link
Owner

@g4s8 g4s8 commented Mar 29, 2024

AST parser now interprets embedded struct type of field as common field without type reference.

Fix: #13

Copy link

codecov bot commented Mar 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.83%. Comparing base (4c5f257) to head (62ace24).

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #17      +/-   ##
==========================================
+ Coverage   93.73%   93.83%   +0.10%     
==========================================
  Files           9        9              
  Lines         654      665      +11     
==========================================
+ Hits          613      624      +11     
  Misses         34       34              
  Partials        7        7              

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

AST parser now interprets embedded struct type of field
as common field without type reference.

Fix: #13
@g4s8 g4s8 merged commit 4c4d50f into master Mar 29, 2024
5 checks passed
@g4s8 g4s8 deleted the i13-embedded-struct branch March 29, 2024 08:15
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.

Type filter is broken in v0.2.0
1 participant