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 forward declarations handling #389

Merged
merged 3 commits into from
Feb 12, 2025
Merged

Conversation

bkryza
Copy link
Owner

@bkryza bkryza commented Feb 12, 2025

Fixes #388

Copy link

codecov bot commented Feb 12, 2025

Codecov Report

Attention: Patch coverage is 96.22642% with 2 lines in your changes missing coverage. Please review.

Project coverage is 90.26%. Comparing base (ac667d5) to head (505e440).
Report is 4 commits behind head on master.

Files with missing lines Patch % Lines
.../class_diagram/visitor/translation_unit_visitor.cc 96.22% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #389      +/-   ##
==========================================
+ Coverage   90.25%   90.26%   +0.01%     
==========================================
  Files         152      152              
  Lines       19031    19074      +43     
==========================================
+ Hits        17176    17217      +41     
- Misses       1855     1857       +2     

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

@bkryza bkryza merged commit bb42189 into master Feb 12, 2025
6 checks passed
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.

Class diagram omits members from a class which is forward-declared elsewhere
1 participant