bkryza / clang-uml

Customizable automatic UML diagram generator for C++ based on Clang.
Apache License 2.0
610 stars 44 forks source link

Refactor id t #285

Closed bkryza closed 5 months ago

bkryza commented 5 months ago

Fixes #281

codecov-commenter commented 5 months ago

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 :warning:
.../class_diagram/visitor/translation_unit_visitor.cc 81.81% 6 Missing :warning:
src/common/clang_utils.cc 53.84% 6 Missing :warning:
...gram/generators/json/sequence_diagram_generator.cc 92.72% 4 Missing :warning:
src/common/types.cc 90.62% 3 Missing :warning:
src/common/model/diagram.h 0.00% 1 Missing :warning:
src/common/visitor/ast_id_mapper.cc 85.71% 1 Missing :warning:

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

Additional details and impacted files ```diff @@ 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 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.