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

Refactor id t #285

Merged
merged 8 commits into from
Jun 5, 2024
Merged

Refactor id t #285

merged 8 commits into from
Jun 5, 2024

Conversation

bkryza
Copy link
Owner

@bkryza bkryza commented Jun 5, 2024

Fixes #281

@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 91.55313% with 31 lines in your changes missing coverage. Please review.

Project coverage is 86.82%. Comparing base (e21c2d2) to head (cfea6d9).

Files Patch % Lines
...quence_diagram/visitor/translation_unit_visitor.cc 87.50% 10 Missing ⚠️
.../class_diagram/visitor/translation_unit_visitor.cc 81.81% 6 Missing ⚠️
src/common/clang_utils.cc 53.84% 6 Missing ⚠️
...gram/generators/json/sequence_diagram_generator.cc 92.72% 4 Missing ⚠️
src/common/types.cc 90.62% 3 Missing ⚠️
src/common/model/diagram.h 0.00% 1 Missing ⚠️
src/common/visitor/ast_id_mapper.cc 85.71% 1 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #285      +/-   ##
==========================================
- Coverage   86.84%   86.82%   -0.02%     
==========================================
  Files         122      122              
  Lines       13687    13754      +67     
==========================================
+ Hits        11886    11942      +56     
- Misses       1801     1812      +11     

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

@bkryza bkryza merged commit 6a1322b into master Jun 5, 2024
2 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.

Refactor id_t
2 participants